[POWERPC] lparcfg: Remove useless buffer allocation
authorNathan Lynch <ntl@pobox.com>
Tue, 4 Dec 2007 16:03:49 +0000 (03:03 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Dec 2007 02:41:28 +0000 (13:41 +1100)
The 'data' member of proc_ppc64_lparcfg is unused, but the lparcfg
module's init routine allocates 4K for it.

Remove the code which allocates and frees this buffer.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found