repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.21-rc3
[linux-2.6/next.git]
/
arch
/
um
/
include
/
sysdep-x86_64
/
thread.h
blob
cbef3e1697f41f444fa61dc1bf17e039ee43abc7
1
#ifndef __UM_THREAD_H
2
#define __UM_THREAD_H
3
4
#include <kern_constants.h>
5
6
#ifdef UML_CONFIG_MODE_TT
7
#define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID]))
8
#endif
9
10
#endif