From: Dmitri Vorobiev Date: Wed, 30 Jan 2008 12:33:16 +0000 (+0100) Subject: x86_32: remove the useless NR_syscalls macro X-Git-Tag: v2.6.25-rc1~1143^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770181d99098bc141031fe0a4b1d6221258c1182;p=pandora-kernel.git x86_32: remove the useless NR_syscalls macro This is against current x86.git. The size of the system call table for 32-bit x86 kernels is obtained by compile-time calculation of the sys_call_table array, not from the value, which the NR_syscalls macro expands to. This trivial patch removes the fossil macro. Manually tested by grepping the x86 files for the "NR_syscalls" string. No relevant use cases found. Build-tested using allyesconfig, allnoconfig and a couple of randconfig instances. All builds successfully finished. Runtime test performed using a stripped-down Debian-ish config. The system booted successfully. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed