Commit 34480170 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Second attempt to fix PortableFlags corruption.

Version 4.95. Tagged as 'Kernel-4_95'
parent 53149296
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.94"
Module_Version SETA 494
Module_MajorVersion SETS "4.95"
Module_Version SETA 495
Module_MinorVersion SETS ""
Module_Date SETS "13 Oct 1999"
Module_FullVersion SETS "4.94"
Module_FullVersion SETS "4.95"
END
/* (4.94)
/* (4.95)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.94
#define Module_MajorVersion_CMHG 4.95
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 13 Oct 1999
#define Module_MajorVersion "4.94"
#define Module_Version 494
#define Module_MajorVersion "4.95"
#define Module_Version 495
#define Module_MinorVersion ""
#define Module_Date "13 Oct 1999"
#define Module_FullVersion "4.94"
#define Module_FullVersion "4.95"
......@@ -353,6 +353,7 @@ PostInit ROUT
MOVVS R1, #0
01
AND R1, R1, #(PortableFeature_Speed :OR: PortableFeature_Idle :OR: PortableFeature_Stop)
MOV R0, #0
STRB R1, [R0, #PortableFlags]
|
MOV r0, #0 ; allow SWI Portable_Speed to be issued
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment