Skip to content

Commit

Permalink
[PATCH] m68knommu: include ColdFire 523x processor register definitions
Browse files Browse the repository at this point in the history
Include the ColdFire 523x register definitions when compiling
for that target processor.

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 9, 2005
1 parent 75003c4 commit d9b9d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/asm-m68knommu/mcfsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
#include <linux/config.h>

/*
* Include 5204, 5206/e, 5249, 5270/5271, 5272, 5280/5282, 5307 or
* 5407 specific addresses.
* Include 5204, 5206/e, 5235, 5249, 5270/5271, 5272, 5280/5282,
* 5307 or 5407 specific addresses.
*/
#if defined(CONFIG_M5204)
#include <asm/m5204sim.h>
#elif defined(CONFIG_M5206) || defined(CONFIG_M5206e)
#include <asm/m5206sim.h>
#elif defined(CONFIG_M523x)
#include <asm/m523xsim.h>
#elif defined(CONFIG_M5249)
#include <asm/m5249sim.h>
#elif defined(CONFIG_M527x)
Expand Down

0 comments on commit d9b9d5d

Please sign in to comment.