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>] [day] [month] [year] [list]
Date:	Fri, 1 Feb 2008 17:37:08 +1000
From:	Greg Ungerer <gerg@...pgear.com>
To:	torvalds@...ux-foundation.org
Cc:	gerg@...inux.org, linux-kernel@...r.kernel.org
Subject: [M68KNOMMU 00/06]: move common ColdFire code to its own directory

Move common ColdFire CPU code into its own platform directory.

Currently the common ColdFire CPU family code sits in the
arch/m68knommu/platform/5307 directory. This is confusing, the files
containing this common code are in no way specific to the 5307 ColdFire.
Create an arch/m68knommu/platform/coldfire directory to contain this
common code. Other m68knommu CPU varients do not need use this code
though, so it doesn't make sense to move it to arch/m68knommu/kernel.

Signed-off-by: Greg Ungerer <gerg@...inux.org


 Makefile                    |   22 ++--
 platform/5307/Makefile      |   14 --
 platform/5307/entry.S       |  235 -------------------------------------------- platform/5307/head.S        |  222 -----------------------------------------
 platform/5307/pit.c         |   97 ------------------
 platform/5307/timers.c      |  155 -----------------------------
 platform/5307/vectors.c     |  105 -------------------
 platform/coldfire/Makefile  |   32 +++++
 platform/coldfire/dma.c     |   39 +++++++
 platform/coldfire/entry.S   |  235 ++++++++++++++++++++++++++++++++++++++++++++ platform/coldfire/head.S    |  222 +++++++++++++++++++++++++++++++++++++++++
 platform/coldfire/pit.c     |   97 ++++++++++++++++++
 platform/coldfire/timers.c  |  155 +++++++++++++++++++++++++++++
 platform/coldfire/vectors.c |  105 +++++++++++++++++++
 14 files changed, 897 insertions(+), 838 deletions(-)

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