|
From: Akio T. <tak...@jp...> - 2008-02-01 02:48:54
|
Hi, Xiantao
> void __init
>diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h
>index be3b0ae..038642f 100644
>--- a/include/asm-ia64/processor.h
>+++ b/include/asm-ia64/processor.h
>@@ -472,7 +472,7 @@ ia64_set_psr (__u64 psr)
> {
> ia64_stop();
> ia64_setreg(_IA64_REG_PSR_L, psr);
>- ia64_srlz_d();
>+ ia64_srlz_i();
> }
Why do you remove ia64_srlz_d()?
We should need srlz.d if we change PSR bits(e.g. PSR.dt and so on).
Does srlz.i do also date serialization?
Best Regards,
Akio Takebe
|