mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Avoid including system <asm/page.h>, based on patch by Aurelien Jarno
git-svn-id: svn://coreboot.org/openbios/openbios-devel@248 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -128,9 +128,10 @@ enum machine_type {
|
||||
#endif
|
||||
|
||||
#ifdef linux
|
||||
#include <asm/page.h>
|
||||
#if defined(__i386__) || defined(__mc68000__)
|
||||
#define SEGMENT_SIZE 1024
|
||||
#elif defined(__sparc__)
|
||||
#define SEGMENT_SIZE 4096
|
||||
#else
|
||||
#ifndef SEGMENT_SIZE
|
||||
#define SEGMENT_SIZE PAGE_SIZE
|
||||
|
||||
Reference in New Issue
Block a user