Re: [ANNOUNCE] -tiny tree for small systems (2.6.0-test11)

From: William Lee Irwin III
Date: Thu Dec 11 2003 - 23:10:45 EST


On Thu, Dec 11, 2003 at 09:37:34PM -0600, Matt Mackall wrote:
> To get the ball rolling, I've thrown in about 50 patches that trim
> various bits of the kernel, almost all configurable, and a fair number
> may eventually be appropriate for mainline. All the config options are
> currently thrown under CONFIG_EMBEDDED and many of the minor tweaks
> are covered under a set of config options called CONFIG_CORE_SMALL,
> CONFIG_NET_SMALL, and CONFIG_CONSOLE_SMALL.

A small trimming for you:

diff -prauN linux-2.6.0-test11/include/linux/sched.h wli-2.6.0-test11-30/include/linux/sched.h
--- linux-2.6.0-test11/include/linux/sched.h 2003-11-26 12:42:58.000000000 -0800
+++ wli-2.6.0-test11-30/include/linux/sched.h 2003-12-04 08:57:22.000000000 -0800
@@ -205,7 +208,6 @@ struct mm_struct {
unsigned long rss, total_vm, locked_vm;
unsigned long def_flags;
cpumask_t cpu_vm_mask;
- unsigned long swap_address;

unsigned long saved_auxv[40]; /* for /proc/PID/auxv */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/