Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267870
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] arm64: make some functions static |
| Date | 2015-11-12 13:10 +0100 |
| Message-ID | <qtYRr-gc-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These functions are only called within the its own file, so they could be declared static. Jisheng Zhang (3): arm64: smp: make of_parse_and_init_cpus static arm64: mmu: make split_pud and fixup_executable static arm64: suspend: make hw_breakpoint_restore static arch/arm64/kernel/smp.c | 2 +- arch/arm64/kernel/suspend.c | 2 +- arch/arm64/mm/mmu.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] arm64: make some functions static Jisheng Zhang <jszhang@marvell.com> - 2015-11-12 13:10 +0100 Re: [PATCH 0/3] arm64: make some functions static Catalin Marinas <catalin.marinas@arm.com> - 2015-11-12 16:30 +0100
csiph-web