Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47412
b: refs/heads/master
c: 0059283
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Feb 11, 2007
1 parent 6296f8b commit 1d240b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 09ae1f585e9def652cdb1d0484611d4f4dc2d5fd
refs/heads/master: 005928374bf339e0b6783d78da8fd0701631e7ee
3 changes: 0 additions & 3 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ config TIME_LOW_RES
depends on SMP
default y

config GENERIC_ISA_DMA
bool

config GENERIC_HARDIRQS
def_bool y

Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,7 @@ void __init paging_init(void)
for (i = 0; i < npmem_ranges; i++) {
unsigned long zones_size[MAX_NR_ZONES] = { 0, };

/* We have an IOMMU, so all memory can go into a single
ZONE_DMA zone. */
zones_size[ZONE_DMA] = pmem_ranges[i].pages;
zones_size[ZONE_NORMAL] = pmem_ranges[i].pages;

#ifdef CONFIG_DISCONTIGMEM
/* Need to initialize the pfnnid_map before we can initialize
Expand Down

0 comments on commit 1d240b1

Please sign in to comment.