repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI: build fix for IBM x440 - CONFIG_X86_SUMMIT
[linux-2.6/mini2440.git]
/
include
/
asm-um
/
sigcontext-ppc.h
blob
2467f20eda99f59d04618a08d59a149346e0eb06
1
#ifndef __UM_SIGCONTEXT_PPC_H
2
#define __UM_SIGCONTEXT_PPC_H
3
4
#define pt_regs sys_pt_regs
5
6
#include
"asm/sigcontext-generic.h"
7
8
#undef pt_regs
9
10
#endif