[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b9df5fa10908312248x6a8946f5jfbe972f3358baad3@mail.gmail.com>
Date: Tue, 1 Sep 2009 11:48:33 +0600
From: Rakib Mullick <rakib.mullick@...il.com>
To: LKML <linux-kernel@...r.kernel.org>, x86@...nel.org
Cc: Ingo Molnar <mingo@...e.hu>
Subject: [Question] x86,APIC: In apicdef.h dfr,svr,...... shouldn't be const?
Hello guys, Intel System programmers guide says - dfr, svr, esr - this
registers should be readonly. So shouldn't they use const? Or is it
anything else?
And apicdef.h also contains a style problem, checkpatch warns about
following style:
u32 spurious_vector : 8
Check patch wants as:
u32 spurious_vector:8
Shouldn't this issues be fixed?
Thanks,
--
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