mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 21:20:52 +07:00
42a2f217a5
mach-default/entry_arch.h is exactly the same file as mach-visws/entry_arch.h, so include the first from the second, so that updates to the generic one get picked up by VISWS as well. Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
95 B
C
6 lines
95 B
C
/*
|
|
* VISWS uses the standard Linux entry points:
|
|
*/
|
|
|
|
#include "../mach-default/entry_arch.h"
|