| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/4] PHYS_OFFSET fix and cleanup |
| From: | Franck Bui-Huu <vagabon.xyz@gmail.com> |
| Date: | Tue, 27 Mar 2007 11:19:36 +0200 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:to:cc:subject:date:message-id:x-mailer:from; b=CgWXu3HPh9cPv0TU7WVVEueHHzW9G/F5K2XSvOXTjxHs58ISL8MJsFav2NL2YtR2lKGWkDAJ87ybs1nY8Z44r9hDHt+1BJ/ZcCrBM8lR7S5xNy+hk1pPuuaIq4II1CmvsSniJNQ7nVXNXcHKyHSXB25ctzKUj0xwY75enF9vPYk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:to:cc:subject:date:message-id:x-mailer:from; b=swjAyKC4D8nC6V1ZTb/cp5mDZaqN1KxBWc6mw5XZ0qz2XsbiQF29NmwIRSX9xBj57nxAZIM+dq2ZYR+cgxmep+QVix4wE8YUkOghTyv9IyB+HvL0dOY3tuYhjWF2WLrMU63jxTizEG3M9V4gVXIrtnQw1EjgVUzQBzOe13uGshM= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Ralf,
This small patchset deals with PHYS_OFFSET (last) issue.
Most of the patch are clean up and ease PHYS_OFFSET use except for the
last one which is a real fix for 64-bits kernels with 32-bits
symbols. Basically we now use CPHYSADDR() in __pa(). But this change
implies that we could no more handle mapped kernel in this config. Do
you think it's a real issue ?
Please consider,
Franck
---
include/asm-mips/mach-generic/spaces.h | 30 +++++++++++++++++++++++++++---
include/asm-mips/page.h | 21 +++++++++------------
2 files changed, 36 insertions(+), 15 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH]: Remove CONFIG_BUILD_ELF64 entirely, Franck Bui-Huu |
|---|---|
| Next by Date: | [PATCH 2/4] Make PAGE_OFFSET aware of PHYS_OFFSET, Franck Bui-Huu |
| Previous by Thread: | [PATCH] fix irq affinity for bcm1480, Mark Mason |
| Next by Thread: | [PATCH 2/4] Make PAGE_OFFSET aware of PHYS_OFFSET, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |