| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 0/2] Cleanups of loongson support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 11 Nov 2009 13:39:10 +0800 |
| Cc: | linux-mips@linux-mips.org, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=kL5DEThVRU+FCz7jApMACAEsgj+LluB+0m67OJdRsdQ=; b=wjI72scOZeVlXMBilkV3Qq0ZvuFYAtg7m0VKHoKa3StRVO6EcJW7QLqrhGMvEvYkqd IrM4AVCSV27b4CszyvJwibkuUd+gJ3tGWwzbc2DRiDmFDW5fNVtXbrpkkcsI5Huf+G/s TNDQVPnlLtdXvdrmbE3apBbAvqRBO5konOisg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=YuwuaN6b7K1SRvJz+cDrHZZb7T1Io9oSpYiLFqHVFRYpF5Bx0pcDCFeKv1DmZuqeNJ VXIAgC/KFXgPDB/aqV+B57Uc7yzUNzAKvOapRbIpybkdojpdQvzgLAdlr0e5Qj90VrQB F0m/t6Q/vmhvUsQGlXLGDY50ik/Y3UNYjTpT8= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com>
This patchset is needed for the coming patchsets.
o [loongson] mem.c: indent the file with TAB instead of whitespaces
The old mem.c use the whitespaces as the indent, fix it.
o [loongson] 2f: Cleanups of the #if clauses
add two new options for describing the features of loongson2f, and
replaces the old ugly #if clauses by them.
Thanks & Regards,
Wu Zhangjin
Wu Zhangjin (2):
[loongson] mem.c: indent the file with TAB instead of whitespaces
[loongson] 2f: Cleanups of the #if clauses
arch/mips/Kconfig | 8 ++++++
arch/mips/include/asm/mach-loongson/loongson.h | 6 ++--
arch/mips/include/asm/mach-loongson/pci.h | 4 +-
arch/mips/loongson/common/init.c | 2 +-
arch/mips/loongson/common/mem.c | 29 ++++++++++++-----------
arch/mips/loongson/common/pci.c | 2 +-
6 files changed, 30 insertions(+), 21 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v7 04/17] tracing: add static function tracer support for MIPS, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH -queue 1/2] [loongson] mem.c: indent the file with TAB instead of whitespaces, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH -queue 1/2] [loongson] Cleanup the machtype support, Ralf Baechle |
| Next by Thread: | [PATCH -queue 1/2] [loongson] mem.c: indent the file with TAB instead of whitespaces, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |