Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove TLBCTRL from LM32-MMU toolchain and add PSW instead
  • Loading branch information
fallen committed Sep 21, 2012
1 parent 48745c5 commit ad74f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cpu/lm32.cpu
Expand Up @@ -101,10 +101,11 @@
(EBA 7)
(DC 8)
(DEBA 9)
(PSW 11)
(JTX 14) (JRX 15)
(BP0 16) (BP1 17) (BP2 18) (BP3 19)
(WP0 24) (WP1 25) (WP2 26) (WP3 27)
(TLBCTRL 28) (TLBVADDR 29) (TLBPADDR 30)
(TLBVADDR 29) (TLBPADDR 30)
(DTLBMA 29) (ITLBMA 30)
)
)
Expand Down
2 changes: 1 addition & 1 deletion opcodes/lm32-desc.c
Expand Up @@ -185,6 +185,7 @@ static CGEN_KEYWORD_ENTRY lm32_cgen_opval_h_csr_entries[] =
{ "EBA", 7, {0, {{{0, 0}}}}, 0, 0 },
{ "DC", 8, {0, {{{0, 0}}}}, 0, 0 },
{ "DEBA", 9, {0, {{{0, 0}}}}, 0, 0 },
{ "PSW", 11, {0, {{{0, 0}}}}, 0, 0 },
{ "JTX", 14, {0, {{{0, 0}}}}, 0, 0 },
{ "JRX", 15, {0, {{{0, 0}}}}, 0, 0 },
{ "BP0", 16, {0, {{{0, 0}}}}, 0, 0 },
Expand All @@ -195,7 +196,6 @@ static CGEN_KEYWORD_ENTRY lm32_cgen_opval_h_csr_entries[] =
{ "WP1", 25, {0, {{{0, 0}}}}, 0, 0 },
{ "WP2", 26, {0, {{{0, 0}}}}, 0, 0 },
{ "WP3", 27, {0, {{{0, 0}}}}, 0, 0 },
{ "TLBCTRL", 28, {0, {{{0, 0}}}}, 0, 0 },
{ "TLBVADDR", 29, {0, {{{0, 0}}}}, 0, 0 },
{ "DTLBMA", 29, {0, {{{0, 0}}}}, 0, 0 },
{ "TLBPADDR", 30, {0, {{{0, 0}}}}, 0, 0 },
Expand Down

0 comments on commit ad74f21

Please sign in to comment.