Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58163 - wmsysmon and HI_INTS support
Summary: wmsysmon and HI_INTS support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 04:50 UTC by Max Loparev
Modified: 2004-08-02 05:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Loparev 2004-07-24 04:50:11 UTC
It is common on every modern even uniprocessor system to have apic support compiled in, so i propose to add:
IUSE="apic"
inherits flag-o-matic
and use apic && append-flags -DHI_INTS to src_compile 

I haven't alpha system, and can't test on it, but in README had said that it is usefull flag on it too.
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2004-07-27 00:59:28 UTC
I have apic enabled on my system but would get no benefict from -DHI_INTS, as that flag enables wmsysmon to monitor more interrupts, present in alpha and true smp boxes. On my machine it would just needlessly clutter wmsysmon interface...

So I think that this ebuild could benefict from 'alpha' use flag, and a local 'smp' one...
Comment 2 Max Loparyev 2004-07-28 06:20:00 UTC
Do you enable ACPI? Besides, i have some settings about APIC support in BIOS setup.

dmesg ...
ACPI: Using IOAPIC for interrupt routing
number of IO-APIC #2 registers: 24...
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2004-07-31 14:39:04 UTC
Ah, my processor does not support IO-APIC, that's where the extra INTs come from... thus we should honour alpha USE flag, and create a local hi_ints one...
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2004-08-02 05:11:23 UTC
New revision with added requested features is now in Portage...