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
dccp: do not assume DCCP code is non preemptible
[linux/fpc-iii.git]
/
arch
/
metag
/
kernel
/
asm-offsets.c
blob
bfc9205f964767491a2b7ae91450388f7ca53a43
1
/*
2
* This program is used to generate definitions needed by
3
* assembly language modules.
4
*
5
*/
6
7
#include <linux/kbuild.h>
8
#include <linux/thread_info.h>
9
10
int
main
(
void
)
11
{
12
DEFINE
(
THREAD_INFO_SIZE
,
sizeof
(
struct
thread_info
));
13
return
0
;
14
}