[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    x86/vector: Remove the macro VECTOR_OFFSET_START
From:       "Linux Kernel Mailing List" <linux-kernel () vger ! kernel ! org>
Date:       2018-04-29 17:18:07
Message-ID: 20180429171807.0A8062274D () pdx-korg-gitolite-1 ! ci ! codeaurora ! org
[Download RAW message or body]

Web:        https://git.kernel.org/torvalds/c/e3072805c61167b85a30ceeef606620704db31f7
Commit:     e3072805c61167b85a30ceeef606620704db31f7
Parent:     9124130573950dcfc06b6a59306edfda2fc33ec7
Refname:    refs/heads/master
Author:     Dou Liyang <douly.fnst@cn.fujitsu.com>
AuthorDate: Wed Apr 25 10:05:53 2018 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Thu Apr 26 07:31:17 2018 +0200

    x86/vector: Remove the macro VECTOR_OFFSET_START
    
    Now, Linux uses matrix allocator for vector assignment, the original
    assignment code which used VECTOR_OFFSET_START has been removed.
    
    So remove the stale macro as well.
    
    Fixes: commit 69cde0004a4b ("x86/vector: Use matrix allocator for vector assignment")
    Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Acked-by: David Rientjes <rientjes@google.com>
    Cc: hpa@zytor.com
    Link: https://lkml.kernel.org/r/20180425020553.17210-1-douly.fnst@cn.fujitsu.com
    Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/include/asm/irq_vectors.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h
index 404c5fdff859..57003074bd7a 100644
--- a/arch/x86/include/asm/irq_vectors.h
+++ b/arch/x86/include/asm/irq_vectors.h
@@ -34,11 +34,6 @@
  * (0x80 is the syscall vector, 0x30-0x3f are for ISA)
  */
 #define FIRST_EXTERNAL_VECTOR		0x20
-/*
- * We start allocating at 0x21 to spread out vectors evenly between
- * priority levels. (0x80 is the syscall vector)
- */
-#define VECTOR_OFFSET_START		1
 
 /*
  * Reserve the lowest usable vector (and hence lowest priority)  0x20 for
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic