repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isight_firmware: Avoid crash on loading invalid firmware
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-x86
/
fixmap.h
blob
5bd206973dca3cf184b859a1c2031ce6d3501ff3
1
#ifndef _ASM_FIXMAP_H
2
#define _ASM_FIXMAP_H
3
4
#ifdef CONFIG_X86_32
5
# include
"fixmap_32.h"
6
#else
7
# include
"fixmap_64.h"
8
#endif
9
10
#define clear_fixmap(idx) \
11
__set_fixmap(idx, 0, __pgprot(0))
12
13
#endif