lockdecl

George (greerga@nidhogg.ham.muohio.edu)
Tue, 27 Jan 1998 11:27:24 -0500 (EST)


The 'lockdecl' resulted after removing the ; from semaphore.h:87 in an
attempt to fix the parse error. (Have too many things going on at the
moment or I would have remembered that...)

"lock;" -> "lock"

__asm__ __volatile__(
"# atomic down operation\n\t"
#ifdef __SMP__
"lock ; "
#endif
"decl 0(%0)\n\t"

Anyone know the correct fix? (Guess I'll try UP...)

-George