Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | time: Cleanup old CONFIG_GENERIC_TIME references that snuck in | John Stultz | 2011-10-04 |
| | | | | | | | | | | | | | Awhile back I removed all the CONFIG_GENERIC_TIME referecnes as the last of the non-GENERIC_TIME arches were converted. However, due to the functionality being important and around for awhile, there apparently were some out of tree hardware enablement patches that used it and have since been merged. This patch removes the remaining instances of GENERIC_TIME. Singed-off-by: John Stultz <john.stultz@linaro.org> | ||
* | arch/tile: prefer "tilepro" as the name of the 32-bit architecture | Chris Metcalf | 2011-05-25 |
With this change, you can (and should) build with ARCH=tilepro for the current 32-bit chips. Building with ARCH=tile continues to work, but we've renamed the defconfig file to tilepro_defconfig for consistency. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> |