OpenGrok
Cross Reference: pic_discovery.c
xref
: /
src
/
sys
/
arch
/
powerpc
/
marvell
/
pic_discovery.c
Home
|
History
|
Annotate
|
Download
|
only in
marvell
History log of
/src/sys/arch/powerpc/marvell/pic_discovery.c
Revision
Date
Author
Comments
1.8
01-Jun-2017
chs
remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()
all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
1.7
01-Feb-2012
matt
branches: 1.7.6; 1.7.24;
Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.
1.6
30-Jan-2012
matt
Use proper ANSI prototypes for foo() -> foo(void)
Caught when compiling with -Wold-style-definition
1.5
20-Jun-2011
matt
branches: 1.5.2; 1.5.6;
Add __CTASSERT(sizeof(imask_t) == sizeof(uint64_t));
1.4
18-Jun-2011
matt
Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
Don't assume <sys/cpu.h> includes <powerpc/subarch/cpu*.h>. Include it
explicitly.
1.3
28-Apr-2010
kiyohara
branches: 1.3.6;
Clean up gt and peripherals.
This change tested compile only.
1.2
17-Oct-2007
garbled
branches: 1.2.2; 1.2.4; 1.2.8; 1.2.26; 1.2.46; 1.2.48;
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
1.1
11-May-2007
matt
branches: 1.1.2; 1.1.6; 1.1.8; 1.1.10;
file pic_discovery.c was initially added on branch ppcoea-renovation.
1.1.10.1
25-Oct-2007
bouyer
Sync with HEAD.
1.1.8.1
18-Oct-2007
yamt
sync with head.
1.1.6.1
26-Oct-2007
joerg
Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
1.1.2.1
11-May-2007
matt
Not compile-tested. marvell discovery (64260) pic code.
1.2.48.1
30-May-2010
rmind
sync with head
1.2.46.1
30-Apr-2010
uebayasi
Sync with HEAD.
1.2.26.1
11-Aug-2010
yamt
sync with head.
1.2.8.2
06-Nov-2007
matt
sync with HEAD
1.2.8.1
17-Oct-2007
matt
file pic_discovery.c was added on branch matt-armv6 on 2007-11-06 23:20:42 +0000
1.2.4.2
27-Oct-2007
yamt
sync with head.
1.2.4.1
17-Oct-2007
yamt
file pic_discovery.c was added on branch yamt-lazymbuf on 2007-10-27 11:27:50 +0000
1.2.2.2
23-Oct-2007
ad
Sync with head.
1.2.2.1
17-Oct-2007
ad
file pic_discovery.c was added on branch vmlocking on 2007-10-23 20:36:08 +0000
1.3.6.1
23-Jun-2011
cherry
Catchup with rmind-uvmplock merge.
1.5.6.1
18-Feb-2012
mrg
merge to -current.
1.5.2.1
17-Apr-2012
yamt
sync with head
1.7.24.1
28-Aug-2017
skrll
Sync with HEAD
1.7.6.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Wed Oct 22 13:09:56 GMT 2025