linux-mips
[Top] [All Lists]

[PATCH] MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices

To: Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH] MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
Date: Tue, 26 Dec 2017 12:21:38 +0800
Authentication-results: smtp1p.mail.yandex.net; dkim=pass header.i=@flygoat.com
Cc: James Hogan <james.hogan@mips.com>, Huacai CHen <chenhc@lemote.com>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang <jiaxun.yang@flygoat.com>
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514262117; bh=mWsamBy/M+bD66Z2nOkcDtwdp+6ymDpMCLTySLpx15w=; h=From:To:Cc:Subject:Date:Message-Id; b=VxlC5c1/7ZyMxmtHAvuwO4kGLk0Ywh+SspEvBEL9YG/kNjtmJyjpeWoUAVtrpuguY zsL6mJAeh28h6XFktsdeWh6bsQP91hPBOAnmnaiyLK/c0SdWEZXuaudIMfdr4/HUF8 v5HVJ0LzmEkZD+jhLjkPRiKY+jsX79Phr2/SSR9s=
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1514262115; bh=mWsamBy/M+bD66Z2nOkcDtwdp+6ymDpMCLTySLpx15w=; h=From:To:Cc:Subject:Date:Message-Id; b=N32uhH9O9gmmR6EF4xfxbhRRsxbiLP6Ns3wkJPYlqjIcxo+PyZOIUpoyGDqahudLD EEF0yD1w8ZjZ2unFbyuk8uv+LfL/rcwu722rKDAu7G/KDPBNxLSRHGzDLoRsBk1WK6 ZJ/zw9WVAiQDgDnmOmuLqzhV4yD4fs3sVz1AHpBA=
List-archive: <http://www.linux-mips.org/archives/linux-mips/>
List-help: <mailto:ecartis@linux-mips.org?Subject=help>
List-id: linux-mips <linux-mips.eddie.linux-mips.org>
List-owner: <mailto:ralf@linux-mips.org>
List-post: <mailto:linux-mips@linux-mips.org>
List-software: Ecartis version 1.0.0
List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
Original-recipient: rfc822;linux-mips@linux-mips.org
Sender: linux-mips-bounce@linux-mips.org
Make loongson64 a pure 64-bit mach.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 arch/mips/loongson64/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/mips/loongson64/Kconfig b/arch/mips/loongson64/Kconfig
index 0d249fc3cfe9..a7d9a9241ac4 100644
--- a/arch/mips/loongson64/Kconfig
+++ b/arch/mips/loongson64/Kconfig
@@ -17,7 +17,6 @@ config LEMOTE_FULOONG2E
        select I8259
        select ISA
        select IRQ_MIPS_CPU
-       select SYS_SUPPORTS_32BIT_KERNEL
        select SYS_SUPPORTS_64BIT_KERNEL
        select SYS_SUPPORTS_LITTLE_ENDIAN
        select SYS_SUPPORTS_HIGHMEM
@@ -49,7 +48,6 @@ config LEMOTE_MACH2F
        select ISA
        select SYS_HAS_CPU_LOONGSON2F
        select SYS_HAS_EARLY_PRINTK
-       select SYS_SUPPORTS_32BIT_KERNEL
        select SYS_SUPPORTS_64BIT_KERNEL
        select SYS_SUPPORTS_HIGHMEM
        select SYS_SUPPORTS_LITTLE_ENDIAN
-- 
2.15.1


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devices, Jiaxun Yang <=