mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
x86, VisWS: turn into generic arch, move definitions
move the SGIVW definitions from setup_arch.h into its own header file. preparation for turning VISWS into a generic PC architecture. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
b4b8641671
commit
efd746b889
@ -21,8 +21,7 @@
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/mtrr.h>
|
||||
|
||||
#include <setup_arch.h>
|
||||
#include <asm/visws/sgivw.h>
|
||||
|
||||
#define INCLUDE_TIMING_TABLE_DATA
|
||||
#define DBE_REG_BASE par->regs
|
||||
|
@ -1,6 +1,3 @@
|
||||
/* Hook to call BIOS initialisation function */
|
||||
|
||||
extern unsigned long sgivwfb_mem_phys;
|
||||
extern unsigned long sgivwfb_mem_size;
|
||||
|
||||
/* no action for visws */
|
||||
|
5
include/asm-x86/visws/sgivw.h
Normal file
5
include/asm-x86/visws/sgivw.h
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* Frame buffer position and size:
|
||||
*/
|
||||
extern unsigned long sgivwfb_mem_phys;
|
||||
extern unsigned long sgivwfb_mem_size;
|
Loading…
Reference in New Issue
Block a user