Commit 36edae2c authored by David S. Miller's avatar David S. Miller

sparc64/kernel/semaphore.c needs errno.h

add forward decl of struct page to asm-sparc64/pgtable.h
parent 76d2c6be
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/errno.h>
/* /*
* Atomically update sem->count. * Atomically update sem->count.
......
...@@ -48,6 +48,8 @@ extern void flush_cache_range(struct vm_area_struct *, unsigned long, unsigned l ...@@ -48,6 +48,8 @@ extern void flush_cache_range(struct vm_area_struct *, unsigned long, unsigned l
flush_cache_mm((vma)->vm_mm) flush_cache_mm((vma)->vm_mm)
struct page;
/* /*
* On spitfire, the icache doesn't snoop local stores and we don't * On spitfire, the icache doesn't snoop local stores and we don't
* use block commit stores (which invalidate icache lines) during * use block commit stores (which invalidate icache lines) during
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment