This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-15 02:46:13 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5115f3c19d
linux_dsm_epyc7002
/
arch
/
arm
/
mach-virt
/
Makefile
7 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: Dummy Virtual Machine platform support Add support for the smallest, dumbest possible platform, to be used as a guest for KVM or other hypervisors. It only mandates a GIC and architected timers. Fits nicely with a multiplatform zImage. Uses very little silicon area. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> [will: fixed up conflicts with GIC move to drivers/irqchip/] Signed-off-by: Will Deacon <will.deacon@arm.com>
2012-10-05 19:47:39 +07:00
#
# Makefile for the linux kernel.
#
obj-y
:=
virt.o
ARM: mach-virt: add SMP support using PSCI This patch adds support for SMP to mach-virt using the PSCI infrastructure. Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
2012-12-13 20:10:40 +07:00
obj-$(CONFIG_SMP)
+=
platsmp.o
Reference in New Issue
Copy Permalink