1
0
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:
Paul Mackerras
2025-03-27 17:12:11 +11:00
parent c5abe3c0a9
commit 63fff5e05c
5 changed files with 15 additions and 89 deletions

View File

@@ -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[] = {