repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
asm
/
context_tracking.h
blob
b6f5a33b8ee2d839dd5911935adab4738fa48ef8
1
#ifndef _ASM_POWERPC_CONTEXT_TRACKING_H
2
#define _ASM_POWERPC_CONTEXT_TRACKING_H
3
4
#ifdef CONFIG_CONTEXT_TRACKING
5
#define SCHEDULE_USER bl .schedule_user
6
#else
7
#define SCHEDULE_USER bl .schedule
8
#endif
9
10
#endif