repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libc
/
arch
/
m68k
/
sys
/
__m68k_read_tp.S
blob
5eebab60b9ce4c6f44c95e1a669de04c90070060
1
#include "SYS.h"
2
3
ENTRY(__m68k_read_tp)
4
SYSTRAP(_lwp_getprivate)
5
movl %d0,%a0
6
rts
7
END(__m68k_read_tp)