[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a927792c196f1c24410f3c12ccf45238a353783a@git.kernel.org>
Date: Sun, 22 Feb 2015 00:00:33 -0800
From: tip-bot for Yannick Guerrini <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: stevenhoneyman@...il.com, dave.hansen@...ux.intel.com,
pure.logic@...us-software.ie, tglx@...utronix.de,
linux-kernel@...r.kernel.org, bp@...e.de, mingo@...nel.org,
yguerrini@...shardware.fr, hpa@...or.com,
chris.bainbridge@...il.com
Subject: [tip:x86/urgent] x86/cpu/intel:
Fix trivial typo in intel_tlb_table[]
Commit-ID: a927792c196f1c24410f3c12ccf45238a353783a
Gitweb: http://git.kernel.org/tip/a927792c196f1c24410f3c12ccf45238a353783a
Author: Yannick Guerrini <yguerrini@...shardware.fr>
AuthorDate: Sat, 21 Feb 2015 23:41:50 +0100
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Sun, 22 Feb 2015 08:55:58 +0100
x86/cpu/intel: Fix trivial typo in intel_tlb_table[]
Change 'ssociative' to 'associative'
Signed-off-by: Yannick Guerrini <yguerrini@...shardware.fr>
Cc: Borislav Petkov <bp@...e.de>
Cc: Bryan O'Donoghue <pure.logic@...us-software.ie>
Cc: Chris Bainbridge <chris.bainbridge@...il.com>
Cc: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: Steven Honeyman <stevenhoneyman@...il.com>
Cc: trivial@...nel.org
Link: http://lkml.kernel.org/r/1424558510-1420-1-git-send-email-yguerrini@tomshardware.fr
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/kernel/cpu/intel.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index 94d7dcb..50163fa 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -565,8 +565,8 @@ static const struct _tlb_table intel_tlb_table[] = {
{ 0xb2, TLB_INST_4K, 64, " TLB_INST 4KByte pages, 4-way set associative" },
{ 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" },
{ 0xb4, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 4-way associative" },
- { 0xb5, TLB_INST_4K, 64, " TLB_INST 4 KByte pages, 8-way set ssociative" },
- { 0xb6, TLB_INST_4K, 128, " TLB_INST 4 KByte pages, 8-way set ssociative" },
+ { 0xb5, TLB_INST_4K, 64, " TLB_INST 4 KByte pages, 8-way set associative" },
+ { 0xb6, TLB_INST_4K, 128, " TLB_INST 4 KByte pages, 8-way set associative" },
{ 0xba, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way associative" },
{ 0xc0, TLB_DATA_4K_4M, 8, " TLB_DATA 4 KByte and 4 MByte pages, 4-way associative" },
{ 0xc1, STLB_4K_2M, 1024, " STLB 4 KByte and 2 MByte pages, 8-way associative" },
--
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