Catch up with gratuitous ddb -> db renaming

This commit is contained in:
Peter Grehan 2004-07-12 22:22:09 +00:00
parent d8570880e8
commit e3c25f5d33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132071

View File

@ -61,7 +61,7 @@ ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
ASSYM(PC_TEMPSAVE, offsetof(struct pcpu, pc_tempsave));
ASSYM(PC_DISISAVE, offsetof(struct pcpu, pc_disisave));
ASSYM(PC_DDBSAVE, offsetof(struct pcpu, pc_ddbsave));
ASSYM(PC_DBSAVE, offsetof(struct pcpu, pc_dbsave));
ASSYM(CPUSAVE_R28,CPUSAVE_R28*4);
ASSYM(CPUSAVE_R29,CPUSAVE_R29*4);