Cosmetic fix to move powerpc from "guesses" to "know values"
This commit is contained in:
parent
df1e7da042
commit
d5329fdce7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: linux_mmap.h,v 1.7 2000/04/10 01:22:44 chs Exp $ */
|
||||
/* $NetBSD: linux_mmap.h,v 1.8 2001/01/19 12:35:47 manu Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -53,6 +53,8 @@
|
|||
#include <compat/linux/arch/m68k/linux_mmap.h>
|
||||
#elif defined(__alpha__)
|
||||
#include <compat/linux/arch/alpha/linux_mmap.h>
|
||||
#elif defined(__powerpc__)
|
||||
#include <compat/linux/arch/powerpc/linux_mmap.h>
|
||||
/*
|
||||
* XXX ERH: All below here are guesses. The header
|
||||
* XXX ERH: files are correct but the defined(*)
|
||||
|
@ -65,8 +67,6 @@
|
|||
*/
|
||||
#elif defined(__mips__)
|
||||
#include <compat/linux/arch/mips/linux_mmap.h>
|
||||
#elif defined(__powerpc__)
|
||||
#include <compat/linux/arch/powerpc/linux_mmap.h>
|
||||
#elif defined(__sparc__)
|
||||
#include <compat/linux/arch/sparc/linux_mmap.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue