From 73bdea1951ce3894826907a6ce0cf68ad5e4dd0c Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 4 Mar 2004 22:50:52 +0000 Subject: 2.6 kernel compile fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@654 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/test-i386.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/test-i386.c b/tests/test-i386.c index 650a5a9..ce1213a 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -884,9 +884,14 @@ void test_xchg(void) #include #include +#include _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66) +#define modify_ldt_ldt_s user_desc +#endif + uint8_t seg_data1[4096]; uint8_t seg_data2[4096]; -- cgit v1.1