Re: [PATCH] x86/vector: Remove the macro VECTOR_OFFSET_START

2018-04-25 Thread David Rientjes
On Wed, 25 Apr 2018, Dou Liyang wrote: > 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 > > Signed-off-by: Dou Liyang This was removed in

Re: [PATCH] x86/vector: Remove the macro VECTOR_OFFSET_START

2018-04-25 Thread David Rientjes
On Wed, 25 Apr 2018, Dou Liyang wrote: > 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 > > Signed-off-by: Dou Liyang This was removed in 4.15 by commit 69cde0004a4b

[PATCH] x86/vector: Remove the macro VECTOR_OFFSET_START

2018-04-24 Thread Dou Liyang
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 Signed-off-by: Dou Liyang --- arch/x86/include/asm/irq_vectors.h | 5 - 1 file changed, 5

[PATCH] x86/vector: Remove the macro VECTOR_OFFSET_START

2018-04-24 Thread Dou Liyang
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 Signed-off-by: Dou Liyang --- arch/x86/include/asm/irq_vectors.h | 5 - 1 file changed, 5 deletions(-) diff --git