mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
8e66cda4af
commit
c2ad3ad009
1 changed files with 0 additions and 21 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue