From 72d239ed26db3f288e73b68b70fcf1bb06f67900 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Wed, 14 Jan 2009 19:40:27 +0000 Subject: Get rid of user_mode_only Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6305 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-defs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpu-defs.h') diff --git a/cpu-defs.h b/cpu-defs.h index b0e3f18..758fa9f 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -201,8 +201,6 @@ typedef struct CPUWatchpoint { jmp_buf jmp_env; \ int exception_index; \ \ - int user_mode_only; \ - \ void *next_cpu; /* next CPU sharing TB cache */ \ int cpu_index; /* CPU index (informative) */ \ int running; /* Nonzero if cpu is currently running(usermode). */ \ -- cgit v1.1