Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / hexagon / include / asm / vermagic.h
blob0e8dedc8c486dec4f7cd9255c0e0232960b65dca
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4 */
6 #ifndef _ASM_VERMAGIC_H
7 #define _ASM_VERMAGIC_H
9 #include <linux/stringify.h>
11 #define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "
13 #endif /* _ASM_VERMAGIC_H */