]> Devi Nivas Git - cs3210-lab0.git/commit
another attempt at cpu-local variables.
authorRuss Cox <rsc@x40.(none)>
Wed, 2 Sep 2009 17:07:59 +0000 (10:07 -0700)
committerRuss Cox <rsc@x40.(none)>
Wed, 2 Sep 2009 17:07:59 +0000 (10:07 -0700)
commit7e0cc8e36ea91d0299f375f3b3476ab58ab71dde
tree0b02d5f1c1708ffeeb26ae84a4545cbc9a4c4265
parent374362c55c7e1268ce6c52b029458ef22144c114
another attempt at cpu-local variables.
this time do it ourselves instead of piggybacking on TLS.
add -fno-pic to Makefile; pic code breaks our fake TLS.
Makefile
main.c
proc.c
proc.h