]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: prepare arch/x86/kernel/ldt_32/64.c for merging
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:13 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:13 +0000 (13:30 +0100)
commit70f5088dd5e9fbd3a71b3a5b01395c676158194b
tree5d7f47f1db5c9a2da9c2a78e7fd87291e916b0bf
parentfc2d625c4fac18e672a3b7c61af5de22d7ab7d87
x86: prepare arch/x86/kernel/ldt_32/64.c for merging

White space and coding style cleanups.

Change unsigned to int. There is no win when we compare mincount against pc->size,
which is an int as well. Casting pc->size to unsigned just might hide real problems.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/ldt_32.c
arch/x86/kernel/ldt_64.c