Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2009 10:45:04 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_feroceon.S elf_trampoline.c src/sys/arm/include cpufunc.h
Message-ID:  <200901091045.n09Aj7hZ013459@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
raj         2009-01-09 10:45:04 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          cpufunc.c cpufunc_asm_feroceon.S 
                         elf_trampoline.c 
    sys/arm/include      cpufunc.h 
  Log:
  SVN rev 186933 on 2009-01-09 10:45:04Z by raj
  
  Fix confusing naming of Marvell ARM CPU specific routines.
  
  - The contents of 'feroceon_cpufuncs' dispatch table was really dedicated for the
    new Sheeva CPU (in 88F6xxx and MV-78xxx SOCs), and NOT Feroceon.
  
  - Feroceon CPU (in 88F5xxx SOCs) appears as a regular ARM926EJ-S core and does
    not require dedicated routines.
  
  This will be accompanied by a file rename commit.
  
  Revision  Changes    Path
  1.25      +13 -13    src/sys/arm/arm/cpufunc.c
  1.2       +27 -27    src/sys/arm/arm/cpufunc_asm_feroceon.S
  1.23      +1 -1      src/sys/arm/arm/elf_trampoline.c
  1.15      +11 -11    src/sys/arm/include/cpufunc.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901091045.n09Aj7hZ013459>