From efb84bce97953bed5732669435bcd279cd34c22e Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 7 Nov 2005 16:16:14 +0000 Subject: Do not show cache-line size message, I've never seen a case where it was useful git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index 09fe43d323..2261059ac1 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -160,7 +160,7 @@ void GetCpuCaps( CpuCaps *caps) mp_msg(MSGT_CPUDETECT,MSGL_V,"extended cache-info: %d\n",regs2[2]&0x7FFFFFFF); caps->cl_size = regs2[2] & 0xFF; } - mp_msg(MSGT_CPUDETECT,MSGL_INFO,"Detected cache-line size is %u bytes\n",caps->cl_size); + mp_msg(MSGT_CPUDETECT,MSGL_V,"Detected cache-line size is %u bytes\n",caps->cl_size); #if 0 mp_msg(MSGT_CPUDETECT,MSGL_INFO,"cpudetect: MMX=%d MMX2=%d SSE=%d SSE2=%d 3DNow=%d 3DNowExt=%d\n", gCpuCaps.hasMMX, -- cgit v1.2.3