diff options
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/mbus.h | 2 | ||||
-rw-r--r-- | include/asm-sparc/page.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sparc/mbus.h b/include/asm-sparc/mbus.h index bb5ae614b166..69f07a022ee6 100644 --- a/include/asm-sparc/mbus.h +++ b/include/asm-sparc/mbus.h | |||
@@ -43,8 +43,6 @@ extern unsigned int viking_rev, swift_rev, cypress_rev; | |||
43 | #define HWBUG_SUPERSCALAR_BAD 0x00000080 | 43 | #define HWBUG_SUPERSCALAR_BAD 0x00000080 |
44 | #define HWBUG_PACINIT_BITROT 0x00000100 | 44 | #define HWBUG_PACINIT_BITROT 0x00000100 |
45 | 45 | ||
46 | extern unsigned int hwbug_bitmask; | ||
47 | |||
48 | /* First the module type values. To find out which you have, just load | 46 | /* First the module type values. To find out which you have, just load |
49 | * the mmu control register from ASI_M_MMUREG alternate address space and | 47 | * the mmu control register from ASI_M_MMUREG alternate address space and |
50 | * shift the value right 28 bits. | 48 | * shift the value right 28 bits. |
diff --git a/include/asm-sparc/page.h b/include/asm-sparc/page.h index 6aa9e4c910cf..14de518cc38f 100644 --- a/include/asm-sparc/page.h +++ b/include/asm-sparc/page.h | |||
@@ -58,8 +58,6 @@ struct cache_palias { | |||
58 | int context; | 58 | int context; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | extern struct cache_palias *sparc_aliases; | ||
62 | |||
63 | /* passing structs on the Sparc slow us down tremendously... */ | 61 | /* passing structs on the Sparc slow us down tremendously... */ |
64 | 62 | ||
65 | /* #define STRICT_MM_TYPECHECKS */ | 63 | /* #define STRICT_MM_TYPECHECKS */ |