projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44de020
)
[PATCH] mmconfig: remove #define MMCONFIG_APER_XXX
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 13 Feb 2007 12:26:20 +0000
(13:26 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:20 +0000
(13:26 +0100)
MMCONFIG_APER_XXX is unneeded in arch/x86_64/pci/mmconfig.c.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/pci/mmconfig.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/pci/mmconfig.c
b/arch/x86_64/pci/mmconfig.c
index 78e50b2c5cc574b476c80d1cdffed3f158fbad3e..50512a8fc9e8b75891de66cfab2612e7cd24540c 100644
(file)
--- a/
arch/x86_64/pci/mmconfig.c
+++ b/
arch/x86_64/pci/mmconfig.c
@@
-13,10
+13,6
@@
#include "pci.h"
-/* aperture is up to 256MB but BIOS may reserve less */
-#define MMCONFIG_APER_MIN (2 * 1024*1024)
-#define MMCONFIG_APER_MAX (256 * 1024*1024)
-
/* Verify the first 16 busses. We assume that systems with more busses
get MCFG right. */
#define PCI_MMCFG_MAX_CHECK_BUS 16