···11/*22 * arch/v850/kernel/setup.c -- Arch-dependent initialization functions33 *44- * Copyright (C) 2001,02,03,05 NEC Electronics Corporation55- * Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org>44+ * Copyright (C) 2001,02,03,05,06 NEC Electronics Corporation55+ * Copyright (C) 2001,02,03,05,06 Miles Bader <miles@gnu.org>66 *77 * This file is subject to the terms and conditions of the GNU General88 * Public License. See the file COPYING in the main directory of this···190190 for (addr = start; addr < end; addr += PAGE_SIZE) {191191 struct page *page = virt_to_page (addr);192192 ClearPageReserved (page);193193- set_page_count (page, 1);193193+ init_page_count (page);194194 __free_page (page);195195 total_ram_pages++;196196 }