lkml.org 
[lkml]   [2010]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH]RT-Patch: Fixed sparc's anon_rwsem_is_locked() and page_address_init() define
Date
RT-Patch: Fixed sparc's anon_rwsem_is_locked() and page_address_init() define
Signed-off-by: Tkhai Kirill <tkhai@yandex.ru>
---

Fixed compilation errors. Kernel version 2.6.33.7-rt29.

diff -uprN a/arch/sparc/include/asm/rwsem.h b/arch/sparc/include/asm/rwsem.h
--- a/arch/sparc/include/asm/rwsem.h 2010-09-07 17:44:51.727914479 +0400
+++ b/arch/sparc/include/asm/rwsem.h 2010-09-07 17:35:40.423917446 +0400
@@ -75,7 +75,7 @@ static inline void rwsem_atomic_add(int
atomic_add(delta, (atomic_t *)(&sem->count));
}

-static inline int anon_rwsem_is_locked(struct rw_semaphore *sem)
+static inline int anon_rwsem_is_locked(struct rw_anon_semaphore *sem)
{
return (sem->count != 0);
}
diff -uprN a/mm/highmem.c b/mm/highmem.c
--- a/mm/highmem.c 2010-09-07 17:44:58.003917532 +0400
+++ b/mm/highmem.c 2010-09-07 17:39:43.970912094 +0400
@@ -590,7 +590,7 @@ static int __set_page_address(struct pag

#endif /* defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL) */

-#if defined(CONFIG_HIGHMEM) || defined(HASHED_PAGE_VIRTUAL)
+#if defined(WANT_PAGE_VIRTUAL) || defined(HASHED_PAGE_VIRTUAL)

void __init page_address_init(void)
{

\
 
 \ /
  Last update: 2010-09-07 16:31    [W:0.222 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site