[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 20/45] xen: arm64: start of day changes to setup.c
At 11:51 +0000 on 14 Feb (1360842674), Ian Campbell wrote: > On Thu, 2013-02-14 at 11:37 +0000, Tim Deegan wrote: > > At 15:56 +0000 on 23 Jan (1358956586), Ian Campbell wrote: > > > @@ -320,8 +339,8 @@ void __init setup_cache(void) > > > uint32_t ccsid; > > > > > > /* Read the cache size ID register for the level-0 data cache */ > > > - WRITE_CP32(0, CSSELR); > > > - ccsid = READ_CP32(CCSIDR); > > > + WRITE_SYSREG32(0, CSSELR_EL1); > > > + ccsid = READ_SYSREG32(CSSELR_EL1); > > > > CSSIDR_EL1 ? > > CCSIDR_EL1, but yes, good catch. > > 8<----------------------------------- > > From 4685f77a8c5fa3916a4272437429e9c5349e3ad6 Mon Sep 17 00:00:00 2001 > From: Ian Campbell <ian.campbell@xxxxxxxxxx> > Date: Thu, 13 Dec 2012 15:24:11 +0000 > Subject: [PATCH] xen: arm64: start of day changes to setup.c > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > v2: s/CSSELR_EL1/CCSIDR_EL1 > --- Acked-by: Tim Deegan <tim@xxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |