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/io.h>
|
||||||
#include <asm/mtrr.h>
|
#include <asm/mtrr.h>
|
||||||
|
#include <asm/visws/sgivw.h>
|
||||||
#include <setup_arch.h>
|
|
||||||
|
|
||||||
#define INCLUDE_TIMING_TABLE_DATA
|
#define INCLUDE_TIMING_TABLE_DATA
|
||||||
#define DBE_REG_BASE par->regs
|
#define DBE_REG_BASE par->regs
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
/* Hook to call BIOS initialisation function */
|
/* Hook to call BIOS initialisation function */
|
||||||
|
|
||||||
extern unsigned long sgivwfb_mem_phys;
|
|
||||||
extern unsigned long sgivwfb_mem_size;
|
|
||||||
|
|
||||||
/* no action for visws */
|
/* no action for visws */
|
||||||
|
|
|
@ -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