]> Git Repo - linux.git/blob - arch/nds32/kernel/vdso/note.S
mm/page_alloc: free pages in a single pass during bulk free
[linux.git] / arch / nds32 / kernel / vdso / note.S
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2012 ARM Limited
3 // Copyright (C) 2005-2017 Andes Technology Corporation
4
5 #include <linux/uts.h>
6 #include <linux/version.h>
7 #include <linux/elfnote.h>
8
9 ELFNOTE_START(Linux, 0, "a")
10         .long LINUX_VERSION_CODE
11 ELFNOTE_END
This page took 0.029409 seconds and 4 git commands to generate.