[PATCH] ppc64: add BPA platform type
[deliverable/linux.git] / arch / ppc64 / kernel / proc_ppc64.c
index 0914b0669b05ee2b78da433a343ddd6c67861dd6..a87c66a9652ad7c799ce9e8f15ef8e9a8305e81e 100644 (file)
@@ -53,7 +53,7 @@ static int __init proc_ppc64_create(void)
        if (!root)
                return 1;
 
-       if (!(systemcfg->platform & PLATFORM_PSERIES))
+       if (!(systemcfg->platform & (PLATFORM_PSERIES | PLATFORM_BPA)))
                return 0;
 
        if (!proc_mkdir("rtas", root))
This page took 0.025329 seconds and 5 git commands to generate.