commit | 3d488725b30ccae749a7c37606228c7a9cadbcac | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Fri Aug 17 16:17:50 2012 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Mon Nov 26 15:41:22 2012 -0600 |
tree | 0092d59214213111691694c10eec4e7a04c98f03 | |
parent | f217316d4ac651fbaf19a2c27ea03d307d41b1fa [diff] |
powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx It's arch code and not a driver, so move it where it belongs. When it originally went into drivers/misc there was no 8xxx CPU directory. This will make new-SPL support a little easier since we can keep the CPU stuff together and not need to pull stuff in from drivers/misc. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>