mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-09 01:31:06 +00:00
core: Remove HFSCR and Hypervisor Facility Unavailable interrupt logic
HFSCR is associated with the LPAR (Logical Partitioning) feature, which is not required for SFFS designs, so remove it and the associated logic. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
@@ -552,7 +552,7 @@ static const char *fast_spr_names[] =
|
||||
"lr", "ctr", "srr0", "srr1", "hsrr0", "hsrr1",
|
||||
"sprg0", "sprg1", "sprg2", "sprg3",
|
||||
"hsprg0", "hsprg1", "xer", "tar",
|
||||
"fscr", "hfscr", "heir", "cfar",
|
||||
"fscr", "unused", "heir", "cfar",
|
||||
};
|
||||
|
||||
static const char *ldst_spr_names[] = {
|
||||
|
||||
Reference in New Issue
Block a user