mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
x86: Don't check PTWRITE in tst-cpu-features-cpuinfo.c
Don't check PTWRITE against /proc/cpuinfo since kernel doesn't report PTWRITE in /proc/cpuinfo.
This commit is contained in:
parent
7912236f4a
commit
61a4425dd4
@ -218,7 +218,10 @@ do_test (int argc, char **argv)
|
||||
fails += CHECK_PROC (popcnt, POPCNT);
|
||||
fails += CHECK_PROC (3dnowprefetch, PREFETCHW);
|
||||
fails += CHECK_PROC (prefetchwt1, PREFETCHWT1);
|
||||
#if 0
|
||||
/* NB: /proc/cpuinfo doesn't report this feature. */
|
||||
fails += CHECK_PROC (ptwrite, PTWRITE);
|
||||
#endif
|
||||
fails += CHECK_PROC (pse, PSE);
|
||||
fails += CHECK_PROC (pse36, PSE_36);
|
||||
fails += CHECK_PROC (psn, PSN);
|
||||
|
Loading…
Reference in New Issue
Block a user