From 510156b322ee55886830bc775fb50f6dee722b90 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 24 Oct 2005 17:49:34 +0200 Subject: [PATCH] --- yaml --- r: 10087 b: refs/heads/master c: 10ded9493ec4a566977ed68b65158eba280e61e5 h: refs/heads/master i: 10085: 971588358c152477d20c602d38603d3db57ce115 10083: 295d6ad96875c3f844fe80fe03342e940638b795 10079: 727f3db9f69f2b5747935429750767d95a00a86d v: v3 --- [refs] | 2 +- trunk/arch/um/include/sysdep-i386/thread.h | 2 +- trunk/arch/um/include/sysdep-x86_64/thread.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 648c842f77ce..ee60ef7c8c8f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8 +refs/heads/master: 10ded9493ec4a566977ed68b65158eba280e61e5 diff --git a/trunk/arch/um/include/sysdep-i386/thread.h b/trunk/arch/um/include/sysdep-i386/thread.h index e2bd6bae8b8a..243fed44d780 100644 --- a/trunk/arch/um/include/sysdep-i386/thread.h +++ b/trunk/arch/um/include/sysdep-i386/thread.h @@ -4,7 +4,7 @@ #include #define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS])) -#ifdef CONFIG_MODE_TT +#ifdef UML_CONFIG_MODE_TT #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID])) #endif diff --git a/trunk/arch/um/include/sysdep-x86_64/thread.h b/trunk/arch/um/include/sysdep-x86_64/thread.h index 6a76a7f3683f..cbef3e1697f4 100644 --- a/trunk/arch/um/include/sysdep-x86_64/thread.h +++ b/trunk/arch/um/include/sysdep-x86_64/thread.h @@ -3,7 +3,7 @@ #include -#ifdef CONFIG_MODE_TT +#ifdef UML_CONFIG_MODE_TT #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID])) #endif