diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2011-01-26 20:26:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-16 21:19:04 -0400 |
commit | 7279b82cb1975ba4e337a549757f17418cfdffad (patch) | |
tree | be97311b59bf95471ab2aa6e303e92c9a4427ac9 /arch/sparc/kernel/Makefile | |
parent | 684151a75bf25f5aeb8a23010da91a34e17b7353 (diff) |
SPARC/LEON: power down instruction different of different LEONs
The way a LEON is powered down is implemented differently depending
on CHIP type. The AMBA Plug&Play system ID tells revision of GRLIB
and CHIP.
This is for example needed by the GR-LEON4-ITX board and the UT699.
Previously the power down support for LEON was limited to SMP, now
both SMP and UP systems use the instruction.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/Makefile')
-rw-r--r-- | arch/sparc/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 599398fbbc7c..27e7f2542b1c 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile | |||
@@ -54,6 +54,7 @@ obj-y += of_device_$(BITS).o | |||
54 | obj-$(CONFIG_SPARC64) += prom_irqtrans.o | 54 | obj-$(CONFIG_SPARC64) += prom_irqtrans.o |
55 | 55 | ||
56 | obj-$(CONFIG_SPARC_LEON)+= leon_kernel.o | 56 | obj-$(CONFIG_SPARC_LEON)+= leon_kernel.o |
57 | obj-$(CONFIG_SPARC_LEON)+= leon_pmc.o | ||
57 | 58 | ||
58 | obj-$(CONFIG_SPARC64) += reboot.o | 59 | obj-$(CONFIG_SPARC64) += reboot.o |
59 | obj-$(CONFIG_SPARC64) += sysfs.o | 60 | obj-$(CONFIG_SPARC64) += sysfs.o |