mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 20:56:44 +07:00
a30eceb7a5
Ask firmware to put RAM in self-refresh mode and power system down. echo mem > /sys/power/state See Documentation/power/states.txt Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
7 lines
185 B
Makefile
7 lines
185 B
Makefile
plus_sec := $(call as-instr,.arch_extension sec,+sec)
|
|
AFLAGS_smc.o := -Wa,-march=armv7-a$(plus_sec)
|
|
|
|
obj-y += setup.o smc.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o
|