Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/x86/include



Andrew Doran wrote:
On Fri, May 09, 2008 at 09:53:56PM +0000, Christoph Egger wrote:
Module Name:    src
Committed By:   cegger
Date:           Fri May  9 21:53:56 UTC 2008

Modified Files:
        src/sys/arch/x86/include: i82489reg.h

Log Message:
Buildfix: Remove duplicate #defines.

@@ -108,8 +108,6 @@
#define LAPIC_ICRHI 0x310 /* Int. cmd. RW */
-#      define LAPIC_ID_MASK            0x0f000000
-#      define LAPIC_ID_SHIFT           24
Where else in the source tree do you see those?

lines 39 and 40 in that file.

Having LAPIC_ID_MASK defined twice with different values,
causes a build error.

Christoph



Home | Main Index | Thread Index | Old Index