From 129d8aa575b1a0c06b471a506c5a233bd270bff4 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 20 May 2011 13:30:00 -0700 Subject: target-alpha: Rationalize internal processor registers. Delete all the code that tried to emulate the real IPRs of some unnamed CPU. Replace those with just 3 slots that we can use to communicate trap information between the helper functions that signal exceptions and the OS trap handler. Signed-off-by: Richard Henderson --- target-alpha/helper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-alpha/helper.h') diff --git a/target-alpha/helper.h b/target-alpha/helper.h index de86ff220c..9ffc372aff 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -101,8 +101,6 @@ DEF_HELPER_1(ieee_input_s, i64, i64) #if !defined (CONFIG_USER_ONLY) DEF_HELPER_1(hw_ret, void, i64) -DEF_HELPER_2(mfpr, i64, int, i64) -DEF_HELPER_2(mtpr, void, int, i64) DEF_HELPER_1(ldl_phys, i64, i64) DEF_HELPER_1(ldq_phys, i64, i64) -- cgit v1.2.1