.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* -*- linux-c -*- ------------------------------------------------------- * |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
---|
4 | 5 | * Copyright 2007 rPath, Inc. - All Rights Reserved |
---|
5 | | - * |
---|
6 | | - * This file is part of the Linux kernel, and is made available under |
---|
7 | | - * the terms of the GNU General Public License version 2. |
---|
8 | 6 | * |
---|
9 | 7 | * ----------------------------------------------------------------------- */ |
---|
10 | 8 | |
---|
.. | .. |
---|
113 | 111 | { |
---|
114 | 112 | int err; |
---|
115 | 113 | |
---|
116 | | - memset(&cpu.flags, 0, sizeof cpu.flags); |
---|
| 114 | + memset(&cpu.flags, 0, sizeof(cpu.flags)); |
---|
117 | 115 | cpu.level = 3; |
---|
118 | 116 | |
---|
119 | 117 | if (has_eflag(X86_EFLAGS_AC)) |
---|