[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070529215501.GA15944@fattire.cabal.ca>
Date: Tue, 29 May 2007 17:55:01 -0400
From: Kyle McMartin <kyle@...artin.ca>
To: akpm@...ux-foundation.org
Cc: wcohen@...hat.com, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, ralf@...ux-mips.org
Subject: reduce-size-of-task_struct-on-64-bit-machines.patch removed from -mm tree
On Tue, May 08, 2007 at 07:44:04PM -0700, akpm@...ux-foundation.org wrote:
> - unsigned long flags; /* per process flags, defined below */
> - unsigned long ptrace;
> + unsigned int flags; /* per process flags, defined below */
> + unsigned int ptrace;
>
So.
I realize I don't have much right to cry over spilled milk here, seeing
as this has been floating around for, what, four months now?
But seriously, if people are going to fuck around with extremely core
pieces of generic code, could they please check all the users[1]?
Other 64-bit arch maintainers should check that they're using a 32-bit
load/store on these fields in their assembly now (we were using a
#define to do word on 32bit and doubleword on 64bit, which broke, badly,
when these changed.)
Thanks,
Kyle M.
1: Adding __deprecated or something to the field would give you an idea
of where it is used, in this case asm-offsets.c...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists