* Fortier,Vincent [Montreal] <Vincent.Fortier1@EC.GC.CA> wrote:find below the current set of fixlets - it should fix the cpu_sibling_map build error too. (or re-download the v24 patch again to get the fixes) Ingo --- linux.orig/kernel/sysctl.c +++ linux/kernel/sysctl.c @@ -309,6 +309,7 @@ static struct ctl_table kern_table[] = { .mode = 644, .proc_handler = &proc_dointvec, }, +#ifdef CONFIG_FAIR_GROUP_SCHED { .ctl_name = CTL_UNNUMBERED, .procname = "sched_min_bal_int_shares", @@ -326,6 +327,7 @@ static struct ctl_table kern_table[] = { .proc_handler = &proc_dointvec, }, #endif +#endif { .ctl_name = CTL_UNNUMBERED, .procname = "sched_compat_yield", --- linux.orig/include/linux/sched.h +++ linux/include/linux/sched.h @@ -10,7 +10,7 @@ #define COMPAT_REGISTER_SYSCTL /* backporting helper macro: */ -#define cpu_sibling_map(cpu) per_cpu(cpu_sibling_map, cpu) +#define cpu_sibling_map(cpu) cpu_sibling_map[cpu] /* * cloning flags: -
| David Miller | Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers. |
| Andrew Morton | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 010/196] Chinese: add translation of Codingstyle |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [GIT]: Networking |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Felix von Leitner | socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0 |
git: | |
