Re: one more apic merging preliminary series

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Cyrill Gorcunov
Date: Sunday, August 17, 2008 - 6:12 am

[Ingo Molnar - Sun, Aug 17, 2008 at 02:45:40PM +0200]
| 
| * Cyrill Gorcunov <gorcunov@gmail.com> wrote:
| 
| > Please review - any comments are welcome!
| > 
| > For now it's like code bloating - but it's just preliminary series to 
| > make apic_*.c code more or less similar. And it's still a bit far from 
| > being ready to be merged down.
| 
| applied to tip/x86/apic - thanks Cyrill.
| 
| Maciej's point about cleaning up the x2apic impact is very much true - 
| i've Cc:-ed Suresh and Venki. Even if we wont truly use x2apic in 32-bit 
| kernels, it's a piece of glue hardware that does not depend on which 
| mode the CPU is in, so support for it should be bitsize agnostic. It 
| will also obviously be good for test coverage, once x2apic capable hw 
| will be more widespread.
| 
| 	Ingo
| 

Thanks Ingo. I found a bit obscure point in APIC 32bit code -
disable_esr variable to be clear. Code reading didn't answer
me the question "for what is needed". 82489DX doesn't have ESR
register indeed I presumed that the variable is needed to set
'absence-flag' of a such register on some platform but it seems
the only code snippet where we use this flag is 32bit lapic_setup_esr.
Moreover others 32bit writers don't check for this feature but
just writting to ESR register...

		- Cyrill -
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
one more apic merging preliminary series, Cyrill Gorcunov, (Sat Aug 16, 12:21 pm)
[PATCH 1/6] x86: apic - unify clear_local_APIC, Cyrill Gorcunov, (Sat Aug 16, 12:21 pm)
[PATCH 2/6] x86: apic - unify lapic_resume, Cyrill Gorcunov, (Sat Aug 16, 12:21 pm)
[PATCH 3/6] x86: apic - unify lapic_suspend, Cyrill Gorcunov, (Sat Aug 16, 12:21 pm)
[PATCH 4/6] x86: apic - rearrange functions and comments, Cyrill Gorcunov, (Sat Aug 16, 12:21 pm)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Maciej W. Rozycki, (Sat Aug 16, 12:52 pm)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Arjan van de Ven, (Sat Aug 16, 1:00 pm)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Cyrill Gorcunov, (Sat Aug 16, 1:05 pm)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Cyrill Gorcunov, (Sat Aug 16, 1:12 pm)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Maciej W. Rozycki, (Sat Aug 16, 1:25 pm)
Re: one more apic merging preliminary series, Ingo Molnar, (Sun Aug 17, 5:45 am)
Re: one more apic merging preliminary series, Cyrill Gorcunov, (Sun Aug 17, 6:12 am)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Maciej W. Rozycki, (Mon Aug 18, 7:19 am)
Re: [PATCH 2/6] x86: apic - unify lapic_resume, Cyrill Gorcunov, (Mon Aug 18, 7:39 am)
Re: one more apic merging preliminary series, Suresh Siddha, (Mon Aug 18, 1:37 pm)
Re: one more apic merging preliminary series, Ingo Molnar, (Mon Aug 18, 5:21 pm)