diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:13:30 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:32 +0100 |
commit | c2ad3ad009cbef8eb2f550809d2c2c3ed8e04a8d (patch) | |
tree | 639ccf29b31b8c6e6b4ab8377d416fc6fa14f720 /arch/um | |
parent | 8e66cda4af84321b308825f1c70aff6bffa30b35 (diff) | |
download | op-kernel-dev-c2ad3ad009cbef8eb2f550809d2c2c3ed8e04a8d.zip op-kernel-dev-c2ad3ad009cbef8eb2f550809d2c2c3ed8e04a8d.tar.gz |
um: asm/pda.h is not needed anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/include/asm/pda.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/um/include/asm/pda.h b/arch/um/include/asm/pda.h deleted file mode 100644 index ddcd774..0000000 --- a/arch/um/include/asm/pda.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2003 PathScale, Inc. - * - * Licensed under the GPL - */ - -#ifndef __UM_PDA_X86_64_H -#define __UM_PDA_X86_64_H - -/* XXX */ -struct foo { - unsigned int __softirq_pending; - unsigned int __nmi_count; -}; - -extern struct foo me; - -#define read_pda(me) (&me) - -#endif - |