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
ocfs2: fstrim: Fix start offset of first cluster group during fstrim
[linux/fpc-iii.git]
/
arch
/
metag
/
kernel
/
asm-offsets.c
blob
d9b348b99ff216d7b067981265b53497f2dc0ea3
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* This program is used to generate definitions needed by
4
* assembly language modules.
5
*
6
*/
7
8
#include <linux/kbuild.h>
9
#include <linux/thread_info.h>
10
11
int
main
(
void
)
12
{
13
DEFINE
(
THREAD_INFO_SIZE
,
sizeof
(
struct
thread_info
));
14
return
0
;
15
}