diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/lib/spl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/lib/spl.c b/arch/x86/lib/spl.c index af1c60f..ed2d40b 100644 --- a/arch/x86/lib/spl.c +++ b/arch/x86/lib/spl.c @@ -15,6 +15,11 @@ DECLARE_GLOBAL_DATA_PTR; +__weak int arch_cpu_init_dm(void) +{ + return 0; +} + static int x86_spl_init(void) { /* |