commit | 298af9d89f3f5292e81a0a00f729c415adc4d8fb | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Mar 05 14:55:06 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 05 14:17:17 2009 +0100 |
tree | 55bc9c7c2becac1b8d2458a8bd80fc874b7ea192 | |
parent | f765090a2617b8d9cb73b71e0aa850c29460d8be [diff] |
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>