Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f5412be599602124d2bdd49947b231dd77c0bf99 authored by Linus Torvalds on 22 February 2011, 01:25:52 UTC
Linux 2.6.38-rc6
Tip revision: f5412be
pgalloc.h
#ifndef _H8300_PGALLOC_H
#define _H8300_PGALLOC_H

#include <asm/setup.h>

#define check_pgt_cache()	do { } while (0)

#endif /* _H8300_PGALLOC_H */
back to top