repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
riscv
/
include
/
asm
/
syscall_table.h
blob
0c2d61782813343babb1bc4877b7fb939f41cd5a
1
#include <asm/bitsperlong.h>
2
3
#if __BITS_PER_LONG == 64
4
#include <asm/syscall_table_64.h>
5
#else
6
#include <asm/syscall_table_32.h>
7
#endif