repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.11-rc3
[cris-mirror.git]
/
arch
/
x86
/
include
/
asm
/
context_tracking.h
blob
1fe49704b1464cde5dc2d080cd2509bf208a59c9
1
#ifndef _ASM_X86_CONTEXT_TRACKING_H
2
#define _ASM_X86_CONTEXT_TRACKING_H
3
4
#ifdef CONFIG_CONTEXT_TRACKING
5
# define SCHEDULE_USER call schedule_user
6
#else
7
# define SCHEDULE_USER call schedule
8
#endif
9
10
#endif