]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/iseries/lpardata.c
[PATCH] powerpc: Remove ItLpRegSave area from the paca
[karo-tx-linux.git] / arch / powerpc / platforms / iseries / lpardata.c
index bb8c91537f35f7f6df54be8724f3b1044267746d..ea72385aaf0a991791a7d9a8d809e89903fd5bae 100644 (file)
@@ -225,3 +225,10 @@ struct ItVpdAreas itVpdAreas = {
                0,0
        }
 };
+
+struct ItLpRegSave iseries_reg_save[] = {
+       [0 ... (NR_CPUS-1)] = {
+               .xDesc = 0xd397d9e2,    /* "LpRS" */
+               .xSize = sizeof(struct ItLpRegSave),
+       },
+};