https://github.com/torvalds/linux
Revision 4c91aedb75d1b87deccf16d58f67fb46402d7d44 authored by Linus Torvalds on 29 June 2005, 05:57:29 UTC, committed by Linus Torvalds on 29 June 2005, 05:57:29 UTC
Ok, a lot of things were pending after the 2.6.12 release, let's try to
start calming things down again.
1 parent b9a05d1
Raw File
Tip revision: 4c91aedb75d1b87deccf16d58f67fb46402d7d44 authored by Linus Torvalds on 29 June 2005, 05:57:29 UTC
Linux v2.6.13-rc1
Tip revision: 4c91aed
pgalloc.h

#ifndef M68K_PGALLOC_H
#define M68K_PGALLOC_H

#include <linux/config.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <asm/setup.h>
#include <asm/virtconvert.h>



#ifdef CONFIG_SUN3
#include <asm/sun3_pgalloc.h>
#else
#include <asm/motorola_pgalloc.h>
#endif

#endif /* M68K_PGALLOC_H */
back to top