diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-15 09:02:08 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-15 21:22:00 +0400 |
commit | c7020eb4661eaf568a277056258a387ef88a9349 (patch) | |
tree | 4875adf04fa47e5da1a2cc7c2376ce876b784c09 /arch/sparc/include/asm/mbus.h | |
parent | 834b97f15455097ccad36e098950b8ad2435f611 (diff) | |
download | linux-c7020eb4661eaf568a277056258a387ef88a9349.tar.xz |
sparc32: Remove cypress cpu support.
It's the one aberration in v8, the only cpu that
didn't actually have hardware multiply and divide
instructions.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/sparc/include/asm/mbus.h')
-rw-r--r-- | arch/sparc/include/asm/mbus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/mbus.h b/arch/sparc/include/asm/mbus.h index 69f07a022ee6..14128bcc5821 100644 --- a/arch/sparc/include/asm/mbus.h +++ b/arch/sparc/include/asm/mbus.h @@ -8,14 +8,10 @@ #define _SPARC_MBUS_H #include <asm/ross.h> /* HyperSparc stuff */ -#include <asm/cypress.h> /* Cypress Chips */ #include <asm/viking.h> /* Ugh, bug city... */ enum mbus_module { HyperSparc = 0, - Cypress = 1, - Cypress_vE = 2, - Cypress_vD = 3, Swift_ok = 4, Swift_bad_c = 5, Swift_lots_o_bugs = 6, |