Delete x86-64 __IGNORE_getcpu?

From: H.J. Lu
Date: Wed Aug 24 2011 - 09:35:03 EST


Hi,

arch/x86/include/asm/unistd_64.h has

#define __IGNORE_getcpu /* implemented as a vsyscall */

But there are

#define __NR_getcpu 309
__SYSCALL(__NR_getcpu, sys_getcpu)

Shouldn't __IGNORE_getcpu be deleted?

--
H.J.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/