commit | 0d9dc4b473f7224cc1798c96d5dba84b69212163 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <ntl@pobox.com> | Wed Dec 05 03:03:49 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Dec 11 13:41:28 2007 +1100 |
tree | 564498ea936d65b6072424b5a9ca67fc6117ca3c | |
parent | 24f1f17579e4cf2aeeb3a2813cc7757fa30d7a09 [diff] |
[POWERPC] lparcfg: Remove useless buffer allocation 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>