change 'pa_ops' to file scope variable

This commit is contained in:
NAKAMURA Gou
2013-05-28 13:39:07 +09:00
parent da3965be11
commit d540deab17

View File

@@ -10,7 +10,7 @@
static char *last_page;
extern char _head[], _end[];
struct ihk_mc_pa_ops *pa_ops;
static struct ihk_mc_pa_ops *pa_ops;
extern unsigned long x86_kernel_phys_base;