projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4fc520
)
[PATCH] Calgary IOMMU: save a bit of space in bus_info
author
Muli Ben-Yehuda
<muli@il.ibm.com>
Tue, 26 Sep 2006 08:52:31 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:31 +0000
(10:52 +0200)
Make translation_disabled a uchar rather than an int
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/pci-calgary.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/pci-calgary.c
b/arch/x86_64/kernel/pci-calgary.c
index f541fb564d92b048f99c2fe2ce733c86e2bcdf7f..caf84e4e4ca99d1bc6eab606ae3b2a7e7f4d41e1 100644
(file)
--- a/
arch/x86_64/kernel/pci-calgary.c
+++ b/
arch/x86_64/kernel/pci-calgary.c
@@
-117,7
+117,7
@@
static int calgary_detected __read_mostly = 0;
struct calgary_bus_info {
void *tce_space;
-
int
translation_disabled;
+
unsigned char
translation_disabled;
signed char phbid;
};