[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100302221751.20addf02@lxorguk.ukuu.org.uk>
Date: Tue, 2 Mar 2010 22:17:51 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Mel Gorman <mel@....ul.ie>
Cc: Greg KH <gregkh@...e.de>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
Pekka Enberg <penberg@...helsinki.fi>,
Christoph Lameter <cl@...ux-foundation.org>,
Frans Pop <elendil@...net.nl>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: Memory management woes - order 1 allocation failures
> -#define TTY_BUFFER_PAGE ((PAGE_SIZE - 256) / 2)
> +#define TTY_BUFFER_PAGE (((PAGE_SIZE - sizeof(struct tty_buffer)) / 2) & ~0xFF)
Yes agreed I missed a '-1'
Alan
--
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