Fix line length warning flagged by checkpatch
Change-Id: Ia3eab1b2cf359985e1f9db1514c5dbf7e74f6012 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
5d4a3178a0
commit
f297068949
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue