Skip to content
Snippets Groups Projects
Commit d599aa2e authored by Austin Clements's avatar Austin Clements
Browse files

Remove unused nop_pause function.

parent d8828817
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,8 @@ do
if [ "x$defs" != "x$uses" ]; then
echo $i $defs
echo $uses |fmt -29 | sed 's/^/ /'
# else
# echo $i defined but not used >&2
fi
done
) >refs
......
......@@ -137,12 +137,6 @@ xchg(volatile uint *addr, uint newval)
return result;
}
static inline void
nop_pause(void)
{
asm volatile("pause" : :);
}
//PAGEBREAK!
static inline void
lcr0(uint val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment