lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHTX3d+UEdgHVALa9a7pqKPpKbZdoPOWzMPcTXpJ0TY7YofzRw@mail.gmail.com>
Date:	Tue, 20 Nov 2012 13:42:33 +0100
From:	Michal Simek <michal.simek@...inx.com>
To:	Josh Cartwright <josh.cartwright@...com>
Cc:	arm@...nel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] ARM: zynq: add support for ARCH_MULTIPLATFORM

2012/11/19 Josh Cartwright <josh.cartwright@...com>:
> The majority of changes are necessary to remove dependencies on header
> files within arch/arm/mach-zynq/include/mach:
>
>   uncompress.h
>     - Deleted. It is unused for ARCH_MULTIPLATFORM builds.
>
>   uart.h:
>     - Move uart definitions out of uart.h into debug/zynq.S, which is
>       now the only user
>
>   zynq_soc.h:
>     - Move SCU address definitions into common.c.
>     - Other #defines, such as PERIPHERAL_CLOCK_RATE, TTC0_BASE, etc, are
>       unused and can be dropped
>
> Signed-off-by: Josh Cartwright <josh.cartwright@...com>
> ---
>  arch/arm/Kconfig                             | 14 ++------
>  arch/arm/include/debug/zynq.S                | 20 +++++++++--
>  arch/arm/mach-zynq/Kconfig                   | 13 +++++++
>  arch/arm/mach-zynq/common.c                  |  8 ++---
>  arch/arm/mach-zynq/include/mach/uart.h       | 25 --------------
>  arch/arm/mach-zynq/include/mach/uncompress.h | 51 ----------------------------
>  arch/arm/mach-zynq/include/mach/zynq_soc.h   | 49 --------------------------
>  7 files changed, 37 insertions(+), 143 deletions(-)
>  create mode 100644 arch/arm/mach-zynq/Kconfig
>  delete mode 100644 arch/arm/mach-zynq/include/mach/uart.h
>  delete mode 100644 arch/arm/mach-zynq/include/mach/uncompress.h
>  delete mode 100644 arch/arm/mach-zynq/include/mach/zynq_soc.h

Tested-by: Michal Simek <michal.simek@...inx.com>

Applied to xilinx arm-next branch.

Thanks,
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ