mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 12:49:08 +00: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"
|