* RE:
@ 2010-05-11 22:28 Euro-Millions
0 siblings, 0 replies; 6+ messages in thread
From: Euro-Millions @ 2010-05-11 22:28 UTC (permalink / raw)
Your email has been awarded 2,500,000.00 Pounds. FullName: Country:
Occupation: Age: Tel No:. Reply to: alexanderdarlin@9.cn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re:
@ 2013-02-25 6:59 Kiyoshi Ishiyama
0 siblings, 0 replies; 6+ messages in thread
From: Kiyoshi Ishiyama @ 2013-02-25 6:59 UTC (permalink / raw)
To: linux-sh
Hi Morimoto-san
> < LTSI3.4.25 >
> Calibrating delay loop... 1654.30 BogoMIPS (lpjd63488)
>
> < 3.8.rc7 >
> Calibrating delay loop... 827.65 BogoMIPS (lpj231744)
I have checked bogo mips problem but could not find
the root cause of the problem.
Let me report my situation although I cannot explain why
below situation happens....
Please let me know if you know something.
---------------------------------------------------------
(1) use __loop_delay
BogoMIPS on 3.8 becomes 1654.30 BogoMIPS if we use __loop_delay
instead of arm_delay_ops.delay(n).
arch/arm/include/asm/delay.h
/* original bogoMIPS = 827.65 */
#define __delay(n) arm_delay_ops.delay(n)
/* test1 bogoMPIS = 1654.30 */
#define __delay(n) __loop_delay(n)
I have checked the address of arm_delay_ops.delay and __loop_delay.
Both are the same.....
---------------------------------------------------------
(2) insert printk in calibrate_delay_converge()
BogoMIPS on 3.8 becomes 1654.30 BogoMIPS if we insert
printk in calibrate_delay_converge().
BR
Ishi
> Hi Morimoto-san
>
> Thank you for handling patches.
>
> I sent "Acked-by" for three patches.
>
> L2 cache/NEON/Arm branch prediction are handled correctly with three
> patches.
>
> But I found one strbange thing....
>
> I'm using LTSI3.4.25 kernel on my Armadillo board for development.
> I have tested three patches with linux 3.8.rc7.
>
> The prbolem I faced is that the value of BogoMIPS is different.
> Please find attched log.
>
> < LTSI3.4.25 >
> Calibrating delay loop... 1654.30 BogoMIPS (lpjd63488)
>
> < 3.8.rc7 >
> Calibrating delay loop... 827.65 BogoMIPS (lpj231744)
>
> I will check why this difference occurs and come back to you
> once I find something.
>
> BR
> Ishi
>
>
> >
> > Hi Simon, Ishiyama-san, and all
> >
> > These patches update Armaddilo800eva defconfig.
> >
> > >> Ishiyama-san
> >
> > Could you please give your Acked-by to these patches,
> > if you can agree these ?
> >
> > >> Simon
> >
> > Could you please back-port these patches to LTSI
> > if we got Acked-by ?
> >
> > Kuninori Morimoto (3):
> > ARM: shmobile: armadillo800eva: enable all errata for cache on defconfig
> > ARM: shmobile: armadillo800eva: enable branch prediction on defconfig
> > ARM: shmobile: armadillo800eva: enable NEON on defconfig
> >
> > arch/arm/configs/armadillo800eva_defconfig | 7 ++++++-
> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >
> > Best regards
> > ---
> > Kuninori Morimoto
>
> --
> Kiyoshi Ishiyama <kiyoshi.ishiyama.wg@renesas.com>
--
Kiyoshi Ishiyama <kiyoshi.ishiyama.wg@renesas.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re:
@ 2014-12-01 13:02 Quan Han
0 siblings, 0 replies; 6+ messages in thread
From: Quan Han @ 2014-12-01 13:02 UTC (permalink / raw)
To: linux-sh
Hello,
Compliments of the day to you and I believe all is well. My name is Mr. Quan Han and I work in bank of china. I have a transaction that I believe will be of mutual benefits to both of us. It involves an investment portfolio worth(eight million,three hundred and seventy thousand USD) which I like to acquire with your help and assistance.
Yours sincerely,
Quan Han.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE:
@ 2017-02-23 15:09 Qin's Yanjun
0 siblings, 0 replies; 6+ messages in thread
From: Qin's Yanjun @ 2017-02-23 15:09 UTC (permalink / raw)
To: linux-sh
How are you today and your family? I require your attention and honest
co-operation about some issues which i will really want to discuss with you
which. Looking forward to read from you soon.
Qin's
______________________________
Sky Silk, http://aknet.kz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re:
@ 2017-11-13 14:55 Amos Kalonzo
0 siblings, 0 replies; 6+ messages in thread
From: Amos Kalonzo @ 2017-11-13 14:55 UTC (permalink / raw)
To: linux-security-module
Attn:
I am wondering why You haven't respond to my email for some days now.
reference to my client's contract balance payment of (11.7M,USD)
Kindly get back to me for more details.
Best Regards
Amos Kalonzo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re:
@ 2020-04-18 12:26 Levi Brown
0 siblings, 0 replies; 6+ messages in thread
From: Levi Brown @ 2020-04-18 12:26 UTC (permalink / raw)
To: linux-sh
LS0gDQrjgYLjgarjgZ/jgajoqbHjgZfjgZ/jgYTjgafjgZnjgIIg56eB44Gu5Lul5YmN44Gu44Oh
44O844Or44KS5Y+X44GR5Y+W44KK44G+44GX44Gf44GL77yfDQo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-04-18 12:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 15:09 Qin's Yanjun
-- strict thread matches above, loose matches on Subject: below --
2020-04-18 12:26 Levi Brown
2017-11-13 14:55 Re: Amos Kalonzo
2014-12-01 13:02 Re: Quan Han
2013-02-25 6:59 Re: Kiyoshi Ishiyama
2010-05-11 22:28 Euro-Millions
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).