]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: clean up dead code in vmi_32.c
authorZachary Amsden <zach@vmware.com>
Fri, 12 Dec 2008 19:26:35 +0000 (11:26 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 21:52:19 +0000 (22:52 +0100)
commitfde9071167c4624281553b23232aa8b81e71c790
treeae253e79a371e89f2dfe7d2c12d6af0f0712a65a
parenta9b43c7d9890066709609df849959009645c1a19
x86: clean up dead code in vmi_32.c

Impact: cleanup, remove dead debug code

I ran across some old debugging code in vmi paravirt-ops code that was
already dead, but still potentially useful.  After reviewing recent
changes to the way kernel page tables are allocated and initialized, and
the lack of bugs caught by this debugging code, I've concluded it is now
totally useless to have around, and it's already been #if 0'd for quite
some time.

There's no rush to get this in mainline, but it's also totally harmless,
so I'll let the x86 maintainers decide where it should be tucked.  I've
been out of the mainstream dev loop for a couple months, so apologies if
I haven't got any protocol changes in order.

Remove mummified remains found in vmi_32.c

Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vmi_32.c