x86: fix up some bad global variable names in mm/init.c
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 5 Mar 2009 12:55:06 +0000 (14:55 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 5 Mar 2009 13:17:17 +0000 (14:17 +0100)
commit298af9d89f3f5292e81a0a00f729c415adc4d8fb
tree55bc9c7c2becac1b8d2458a8bd80fc874b7ea192
parentf765090a2617b8d9cb73b71e0aa850c29460d8be
x86: fix up some bad global variable names in mm/init.c

Impact: cleanup

The table_start, table_end, and table_top are too generic for global
namespace so rename them to be more specific.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <1236257708-27269-15-git-send-email-penberg@cs.helsinki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c