2004-01-08 05:27:00

by Andrey Panin

[permalink] [raw]
Subject: [PATCH] MSI broke visws build

Hi,

attached patch fixes visws builb which wassss broken by
PCI MSI support merge.

Best regards.

--
Andrey Panin | Linux and UNIX system administrator
[email protected] | PGP key: wwwkeys.pgp.net


Attachments:
(No filename) (0.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2004-01-08 16:23:23

by Nguyen, Tom L

[permalink] [raw]
Subject: RE: [PATCH] MSI broke visws build

Wednesday, January 07, 2004 9:27 PM Andrey Panin wrote:

attached patch fixes visws builb which wassss broken by
PCI MSI support merge.

diff -urN -X /usr/share/dontdiff
linux-2.6.0-test3.vanilla/include/asm-i386/mach-visws/irq_vectors.h
linux-2.6.0-test3/include/asm-i386/mach-visws/irq_vectors.h
--- linux-2.6.0-test3.vanilla/include/asm-i386/mach-visws/irq_vectors.h
2004-01-01 17:07:40.000000000 +0300
+++ linux-2.6.0-test3/include/asm-i386/mach-visws/irq_vectors.h
2004-01-07 13:58:44.000000000 +0300
@@ -1,6 +1,8 @@
#ifndef _ASM_IRQ_VECTORS_H
#define _ASM_IRQ_VECTORS_H

+#define NR_VECTORS 256
+
/*
* IDT vectors usable for external interrupt sources start
* at 0x20:


> Thanks for posting the patch! It looks great.


Best regards,
Long