lkml.org 
[lkml]   [2008]   [Feb]   [14]   [last100]   RSS-feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Complete thread (EXPERIMENTAL)
/
DateThu, 14 Feb 2008 00:14:04 -0500
FromKyle McMartin <>
SubjectRe: parisc compile error
Digg This
On Wed, Feb 13, 2008 at 07:49:12AM +0100, rubisher wrote:
--- include/asm-parisc/pgtable.h.Orig 2007-10-22 08:19:20.000000000 +0000 +++ include/asm-parisc/pgtable.h 2008-02-12 16:28:36.000000000 +0000 +extern void *vmalloc_start;
+#define PCXL_DMA_MAP_SIZE (8*1024*1024)
+#define VMALLOC_START ((unsigned long)vmalloc_start) +/* this is a fixmap remnant, see fixmap.h */
+#define VMALLOC_END (KERNEL_MAP_END)
+

i moved this to fixmap.h, since i think it makes more sense there, really.

static inline void pte_free_kernel(struct mm_struct *mm, struct page *pte) {
pgtable_page_dtor(pte);
pte_free_kernel(page_address((pte));
}


this is a stunning bit of ignorant patching courtesy of 2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4 which:

-#define pte_free(mm, page) pte_free_kernel(page_address(page)) +static inline void pte_free_kernel(struct mm_struct *mm, struct page *pte)
+{
+       pgtable_page_dtor(pte);
+       pte_free_kernel(page_address((pte));
+}
only wrong on *two* counts.

anyway, fixed this up. sigh.



\
ISP Services
Valid XHTML 1.0!\ /
Valid CSS! Last update: 2008-02-14 06:17    [W:0.267 / U:0.020 seconds]
©2003-2005 Jasper Spaans