| To: | <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH 1/1] MIPS: Fix "max_mapnr" assignment bug |
| From: | "Williams, Victor L." <WilliaVi@cisco.com> |
| Date: | Wed, 13 Aug 2008 15:21:37 -0400 |
| Authentication-results: | sj-dkim-2; header.From=WilliaVi@cisco.com; dkim=pass ( sig from cisco.com/sjdkim2002 verified; ); |
| Dkim-signature: | v=1; a=rsa-sha256; q=dns/txt; l=7157; t=1218655296; x=1219519296; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=WilliaVi@cisco.com; z=From:=20=22Williams,=20Victor=20L.=22=20<WilliaVi@cisco.co m> |Subject:=20[PATCH=201/1]=20MIPS=3A=20Fix=20=22max_mapnr=22 =20assignment=20bug |Sender:=20; bh=mhvRol7ohYMYDVd50x/sHrDZCVv88scQ0CnBgU+iLEs=; b=WofDlR3rZQCYbE8gMqP62KDxhpSs8y97N5gxZFtdAtHOblf1/Xg5q2MkZO 9rxZEEkqKBTQoMOQJtwg6U6D2uTVNTBQ4awDZQHkMVc6XC4+OFMz14JuQi9I 5rFA8s/p9I; |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| Thread-index: | Acj9ec5SbgKHBAQgQEiMCICYlIRLGg== |
| Thread-topic: | [PATCH 1/1] MIPS: Fix "max_mapnr" assignment bug |
|
Fix "max_mapnr" assignment bug for high-memory enabled kernels running on
Currently, high memory enabled kernels always set "max_mapnr" equal to
Signed-off-by: Victor Williams <williavi@cisco.com>
init.c | 6 +++---
--- old/arch/mips/mm/init.c 2008-08-06 11:19:01.000000000 -0500
+ max_mapnr = max_low_pfn;
- - - - - Cisco - - - - - This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Debugging the MIPS processor using GDB, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: "indy_volume_button" [sound/oss/hal2.ko] undefined, Thomas Bogendoerfer |
| Previous by Thread: | "indy_volume_button" [sound/oss/hal2.ko] undefined, Martin Michlmayr |
| Next by Thread: | [PATCH] Remove OSS driver for SGI HAL2 audio device, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |