setup.c (55fa518867978e1f5fd8353098f80d125ac734d7) setup.c (5a891ed5adef39aca0b7662c58a2566c7a16237e)
1/*
2 * arch/xtensa/kernel/setup.c
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1995 Linus Torvalds

--- 30 unchanged lines hidden (view full) ---

39#include <asm/pgtable.h>
40#include <asm/processor.h>
41#include <asm/timex.h>
42#include <asm/platform.h>
43#include <asm/page.h>
44#include <asm/setup.h>
45#include <asm/param.h>
46
1/*
2 * arch/xtensa/kernel/setup.c
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1995 Linus Torvalds

--- 30 unchanged lines hidden (view full) ---

39#include <asm/pgtable.h>
40#include <asm/processor.h>
41#include <asm/timex.h>
42#include <asm/platform.h>
43#include <asm/page.h>
44#include <asm/setup.h>
45#include <asm/param.h>
46
47#include <platform/hardware.h>
48
47#if defined(CONFIG_VGA_CONSOLE) || defined(CONFIG_DUMMY_CONSOLE)
48struct screen_info screen_info = { 0, 24, 0, 0, 0, 80, 0, 0, 0, 24, 1, 16};
49#endif
50
51#ifdef CONFIG_BLK_DEV_FD
52extern struct fd_ops no_fd_ops;
53struct fd_ops *fd_ops;
54#endif

--- 418 unchanged lines hidden ---
49#if defined(CONFIG_VGA_CONSOLE) || defined(CONFIG_DUMMY_CONSOLE)
50struct screen_info screen_info = { 0, 24, 0, 0, 0, 80, 0, 0, 0, 24, 1, 16};
51#endif
52
53#ifdef CONFIG_BLK_DEV_FD
54extern struct fd_ops no_fd_ops;
55struct fd_ops *fd_ops;
56#endif

--- 418 unchanged lines hidden ---