diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-11 11:35:04 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-11 19:27:44 -0700 |
commit | 2c1cfb2db61474040a394962872f4cde613f89fb (patch) | |
tree | d8100472f04af9b17f75135c3190221d5920d856 /arch/sparc/mm/Makefile | |
parent | aa6f079075d3396d4ac8a5d84ad724bfe8fc1ba9 (diff) | |
download | op-kernel-dev-2c1cfb2db61474040a394962872f4cde613f89fb.zip op-kernel-dev-2c1cfb2db61474040a394962872f4cde613f89fb.tar.gz |
sparc32: drop sun4c support
Machines with sun4c support are very rare these days, and noone
is using them for any practical purposes.
The sun4c support has been know broken for quite some time too.
So rather than trying to keep it up-to-date, lets get rid of it.
This allows us to do some very welcome cleanup of sparc32 support.
Updated the former sun4c specifc nmi (which was also used
for sun4m UP) to be a generic UP NMI.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/Makefile')
-rw-r--r-- | arch/sparc/mm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/mm/Makefile b/arch/sparc/mm/Makefile index 301421c..2e68054 100644 --- a/arch/sparc/mm/Makefile +++ b/arch/sparc/mm/Makefile @@ -18,8 +18,4 @@ obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o # Only used by sparc32 obj-$(CONFIG_HIGHMEM) += highmem.o -ifdef CONFIG_SMP obj-$(CONFIG_SPARC32) += nosun4c.o -else -obj-$(CONFIG_SPARC32) += sun4c.o -endif |