Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32929
b: refs/heads/master
c: a268cef
h: refs/heads/master
i:
  32927: ef213ca
v: v3
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Jul 31, 2006
1 parent b1fc976 commit 00437ed
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: 66f6b24be91fcc31259e8219286ae462ae64ea55
refs/heads/master: a268cefebceeb2046dfdfa301f041c2468536852
6 changes: 3 additions & 3 deletions trunk/arch/v850/kernel/setup.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* arch/v850/kernel/setup.c -- Arch-dependent initialization functions
*
* Copyright (C) 2001,02,03,05 NEC Electronics Corporation
* Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,02,03,05,06 NEC Electronics Corporation
* Copyright (C) 2001,02,03,05,06 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
Expand Down Expand Up @@ -190,7 +190,7 @@ void free_initmem (void)
for (addr = start; addr < end; addr += PAGE_SIZE) {
struct page *page = virt_to_page (addr);
ClearPageReserved (page);
set_page_count (page, 1);
init_page_count (page);
__free_page (page);
total_ram_pages++;
}
Expand Down

0 comments on commit 00437ed

Please sign in to comment.