Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42527 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.5/include/linux/gfp.h (+2 lines)
Lines 48-53 Link Here
48
48
49
#define GFP_DMA		__GFP_DMA
49
#define GFP_DMA		__GFP_DMA
50
50
51
#ifdef __KERNEL__
51
52
52
/*
53
/*
53
 * There is only one page-allocator function, and two main namespaces to
54
 * There is only one page-allocator function, and two main namespaces to
Lines 96-99 Link Here
96
97
97
void page_alloc_init(void);
98
void page_alloc_init(void);
98
99
100
#endif /* __KERNEL__ */
99
#endif /* __LINUX_GFP_H */
101
#endif /* __LINUX_GFP_H */
(-)linux-2.6.5/include/linux/percpu.h (+1 lines)
Lines 1-5 Link Here
1
#ifndef __LINUX_PERCPU_H
1
#ifndef __LINUX_PERCPU_H
2
#define __LINUX_PERCPU_H
2
#define __LINUX_PERCPU_H
3
#include <linux/gfp.h>
3
#include <linux/spinlock.h> /* For preempt_disable() */
4
#include <linux/spinlock.h> /* For preempt_disable() */
4
#include <linux/slab.h> /* For kmalloc() */
5
#include <linux/slab.h> /* For kmalloc() */
5
#include <linux/smp.h>
6
#include <linux/smp.h>
(-)linux-2.6.5/include/linux/percpu_counter.h (+1 lines)
Lines 4-9 Link Here
4
 * WARNING: these things are HUGE.  4 kbytes per counter on 32-way P4.
4
 * WARNING: these things are HUGE.  4 kbytes per counter on 32-way P4.
5
 */
5
 */
6
6
7
#include <linux/preempt.h>
7
#include <linux/config.h>
8
#include <linux/config.h>
8
#include <linux/spinlock.h>
9
#include <linux/spinlock.h>
9
#include <linux/smp.h>
10
#include <linux/smp.h>

Return to bug 42527