diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-01-11 21:50:18 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-12 04:09:30 -0500 |
commit | f9cb83ac1f6c3b794c2706e06546d8fecae60ba5 (patch) | |
tree | 144ffdbdec2da220dfa161ac38f4d006d1033aeb /arch | |
parent | 677f8c0d0455a35aaff08a0292ba9c6232ef4eb1 (diff) |
[PATCH] powerpc: eliminate bitfields from ItLpNaca
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/iseries/lpardata.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/iseries/lpardata.c b/arch/powerpc/platforms/iseries/lpardata.c index ea72385aaf0a..438e2dba63b5 100644 --- a/arch/powerpc/platforms/iseries/lpardata.c +++ b/arch/powerpc/platforms/iseries/lpardata.c | |||
@@ -93,10 +93,7 @@ struct ItLpNaca itLpNaca = { | |||
93 | .xPirEnvironMode = 0, /* Piranha stuff */ | 93 | .xPirEnvironMode = 0, /* Piranha stuff */ |
94 | .xPirConsoleMode = 0, | 94 | .xPirConsoleMode = 0, |
95 | .xPirDasdMode = 0, | 95 | .xPirDasdMode = 0, |
96 | .xLparInstalled = 0, | 96 | .flags = 0, |
97 | .xSysPartitioned = 0, | ||
98 | .xHwSyncedTBs = 0, | ||
99 | .xIntProcUtilHmt = 0, | ||
100 | .xSpVpdFormat = 0, | 97 | .xSpVpdFormat = 0, |
101 | .xIntProcRatio = 0, | 98 | .xIntProcRatio = 0, |
102 | .xPlicVrmIndex = 0, /* VRM index of PLIC */ | 99 | .xPlicVrmIndex = 0, /* VRM index of PLIC */ |