--- zzzz-none-000/linux-3.10.107/arch/m68k/sun3/dvma.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/m68k/sun3/dvma.c 2021-02-04 17:41:59.000000000 +0000 @@ -7,6 +7,7 @@ * */ +#include #include #include #include @@ -62,10 +63,7 @@ } -void sun3_dvma_init(void) +void __init sun3_dvma_init(void) { - memset(ptelist, 0, sizeof(ptelist)); - - }