mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
m68knommu: Document supported chips in intc-2.c and intc-simr.c.
The chips lists were in commit logs, but should also be in source files. This way it is easier to choose the right source file for a not yet supported Coldfire. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
c8a2786b10
commit
03cbc38527
@ -1,5 +1,9 @@
|
||||
/*
|
||||
* intc-1.c
|
||||
* intc-2.c
|
||||
*
|
||||
* General interrupt controller code for the many ColdFire version 2 cores
|
||||
* that use the two region INTC interrupt controller. This includes the
|
||||
* 523x family, 5270, 5271, 5274, 5275, and the 528x families.
|
||||
*
|
||||
* (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com>
|
||||
*
|
||||
|
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* intc-simr.c
|
||||
*
|
||||
* Interrupt controller code for the ColdFire 5208, 5207 & 532x parts.
|
||||
*
|
||||
* (C) Copyright 2009, Greg Ungerer <gerg@snapgear.com>
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
|
Loading…
Reference in New Issue
Block a user