Fix line length warning flagged by checkpatch

Change-Id: Ia3eab1b2cf359985e1f9db1514c5dbf7e74f6012
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 13:36:13 -04:00 committed by Anas Nashif
commit f297068949

View file

@ -370,7 +370,7 @@ __csSet:
andl $~0x400, %eax /* CR4[OSXMMEXCPT] = 0 */ andl $~0x400, %eax /* CR4[OSXMMEXCPT] = 0 */
movl %eax, %cr4 /* move EAX to CR4 */ movl %eax, %cr4 /* move EAX to CR4 */
ldmxcsr _sse_mxcsr_default_value /* initialize SSE control/status reg */ ldmxcsr _sse_mxcsr_default_value /* initialize SSE control/status reg */
#endif /* CONFIG_SSE */ #endif /* CONFIG_SSE */