Skip to content

Commit 71cf2ac

Browse files
Fix ARCHCONFIG for Neoverse-N1
../config_kernel.h:24:9: warning: missing whitespace after the macro name 24 | #define ARMV8-march armv8.2-a | ^~~~~
1 parent a46a8c4 commit 71cf2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getarch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10381038
"-DL1_DATA_SIZE=65536 -DL1_DATA_LINESIZE=64 -DL1_DATA_ASSOCIATIVE=4 " \
10391039
"-DL2_SIZE=1048576 -DL2_LINESIZE=64 -DL2_ASSOCIATIVE=16 " \
10401040
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 " \
1041-
"-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DARMV8" \
1041+
"-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DARMV8 " \
10421042
"-march=armv8.2-a -mtune=cortex-a72"
10431043
#define LIBNAME "neoversen1"
10441044
#define CORENAME "NEOVERSEN1"

0 commit comments

Comments
 (0)