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>
This commit is contained in:
committed by
Richard Weinberger
parent
8e66cda4af
commit
c2ad3ad009
@@ -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
|
|
||||||
|
|
Reference in New Issue
Block a user