Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114598
b: refs/heads/master
c: 9fd3f88
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Fontenot authored and Benjamin Herrenschmidt committed Oct 10, 2008
1 parent d6ac911 commit 28d63a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7c12d906f4ef690c65e60111375856640f63a545
refs/heads/master: 9fd3f88cb67ac51bd5face8441472b91e042be67
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/hotplug-memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static int pseries_remove_lmb(unsigned long base, unsigned int lmb_size)
struct zone *zone;
int ret;

start_pfn = base >> PFN_SECTION_SHIFT;
start_pfn = base >> PAGE_SHIFT;
zone = page_zone(pfn_to_page(start_pfn));

/*
Expand Down

0 comments on commit 28d63a4

Please sign in to comment.