aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 20:13:30 +0100
committerRichard Weinberger <richard@nod.at>2011-11-02 14:15:32 +0100
commitc2ad3ad009cbef8eb2f550809d2c2c3ed8e04a8d (patch)
tree639ccf29b31b8c6e6b4ab8377d416fc6fa14f720
parent8e66cda4af84321b308825f1c70aff6bffa30b35 (diff)
downloadkbuild-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>
-rw-r--r--arch/um/include/asm/pda.h21
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 ddcd774fc2a06f..00000000000000
--- 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
-