Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88887
b: refs/heads/master
c: 7de6a4c
h: refs/heads/master
i:
  88885: 4384439
  88883: bf374b1
  88879: 51e73c1
v: v3
  • Loading branch information
Pavel Machek authored and Ingo Molnar committed Apr 17, 2008
1 parent 66a61af commit f07d626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01561264bd1ea1d654d09babe02d784a5b150124
refs/heads/master: 7de6a4cdac6341807261a33896f9ab5a502a4e74
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/aperture_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
#include <asm/k8.h>

int gart_iommu_aperture;
int gart_iommu_aperture_disabled __initdata = 0;
int gart_iommu_aperture_allowed __initdata = 0;
int gart_iommu_aperture_disabled __initdata;
int gart_iommu_aperture_allowed __initdata;

int fallback_aper_order __initdata = 1; /* 64MB */
int fallback_aper_force __initdata = 0;
int fallback_aper_force __initdata;

int fix_aperture __initdata = 1;

Expand Down

0 comments on commit f07d626

Please sign in to comment.