1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

cover up sun4v namespace pollution

This commit is contained in:
Sam Leffler 2008-11-30 21:59:44 +00:00
parent 1a2bea865b
commit fe7432d7f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185490

View File

@ -405,6 +405,9 @@ static const struct txschedule series_half[] = {
};
#undef H
#ifdef Q
#undef Q /* sun4v bogosity */
#endif
#define Q(_r) \
(((_r) == 1.5) ? 0 : (((_r) ==2.25) ? 1 : (((_r) == 3) ? 2 : \
(((_r) == 4.5) ? 3 : (((_r) == 6) ? 4 : (((_r) == 9) ? 5 : \