setup-common.c (db985cbd67c45f875ef43cb5febfaa8cbd203c27) setup-common.c (e1802b065d189cdfa25eaf6d019c222a91618b9c)
1/*
2 * Common boot and setup code for both 32-bit and 64-bit.
3 * Extracted from arch/powerpc/kernel/setup_64.c.
4 *
5 * Copyright (C) 2001 PPC64 Team, IBM Corp
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

89struct screen_info screen_info = {
90 .orig_x = 0,
91 .orig_y = 25,
92 .orig_video_cols = 80,
93 .orig_video_lines = 25,
94 .orig_video_isVGA = 1,
95 .orig_video_points = 16
96};
1/*
2 * Common boot and setup code for both 32-bit and 64-bit.
3 * Extracted from arch/powerpc/kernel/setup_64.c.
4 *
5 * Copyright (C) 2001 PPC64 Team, IBM Corp
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

89struct screen_info screen_info = {
90 .orig_x = 0,
91 .orig_y = 25,
92 .orig_video_cols = 80,
93 .orig_video_lines = 25,
94 .orig_video_isVGA = 1,
95 .orig_video_points = 16
96};
97#if defined(CONFIG_FB_VGA16_MODULE)
98EXPORT_SYMBOL(screen_info);
99#endif
97
98/* Variables required to store legacy IO irq routing */
99int of_i8042_kbd_irq;
100EXPORT_SYMBOL_GPL(of_i8042_kbd_irq);
101int of_i8042_aux_irq;
102EXPORT_SYMBOL_GPL(of_i8042_aux_irq);
103
104#ifdef __DO_IRQ_CANON

--- 647 unchanged lines hidden ---
100
101/* Variables required to store legacy IO irq routing */
102int of_i8042_kbd_irq;
103EXPORT_SYMBOL_GPL(of_i8042_kbd_irq);
104int of_i8042_aux_irq;
105EXPORT_SYMBOL_GPL(of_i8042_aux_irq);
106
107#ifdef __DO_IRQ_CANON

--- 647 unchanged lines hidden ---