Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1267870 > unrolled thread

[PATCH 0/3] arm64: make some functions static

Started byJisheng Zhang <jszhang@marvell.com>
First post2015-11-12 13:10 +0100
Last post2015-11-12 16:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1267870 — [PATCH 0/3] arm64: make some functions static

FromJisheng Zhang <jszhang@marvell.com>
Date2015-11-12 13:10 +0100
Subject[PATCH 0/3] arm64: make some functions static
Message-ID<qtYRr-gc-3@gated-at.bofh.it>
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/

[toc] | [next] | [standalone]


#1268026

FromCatalin Marinas <catalin.marinas@arm.com>
Date2015-11-12 16:30 +0100
Message-ID<qu1Z0-2aO-9@gated-at.bofh.it>
In reply to#1267870
On Thu, Nov 12, 2015 at 08:04:41PM +0800, Jisheng Zhang wrote:
> 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

Patches applied. Thanks.

-- 
Catalin
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web