projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Revert "Bias the placement of kernel pages at lower PFNs"
[linux-2.6]
/
arch
/
um
/
include
/
skas
/
mode-skas.h
1
/*
2
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __MODE_SKAS_H__
7
#define __MODE_SKAS_H__
8
9
extern void kill_off_processes_skas(void);
10
11
#endif