projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9606814
)
sparc: remove PROM_AP1000
author
Adrian Bunk
<bunk@kernel.org>
Thu, 5 Jun 2008 18:45:42 +0000
(11:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 18 Jul 2008 04:38:24 +0000
(21:38 -0700)
This seems to be left from the long gone AP1000 support.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/oplib.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-sparc/oplib.h
b/include/asm-sparc/oplib.h
index 61c3ca6a8ac3965eece1dea85da99b8b8bad0bbc..00f487e74d92b8f076476f7828e3b038ef346725 100644
(file)
--- a/
include/asm-sparc/oplib.h
+++ b/
include/asm-sparc/oplib.h
@@
-21,7
+21,6
@@
enum prom_major_version {
PROM_V2, /* sun4c and early sun4m V2 prom */
PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
PROM_P1275, /* IEEE compliant ISA based Sun PROM, only sun4u */
- PROM_AP1000, /* actually no prom at all */
PROM_SUN4, /* Old sun4 proms are totally different, but we'll shoehorn it to make it fit */
};