Re: [U-Boot] [PATCH] mpc83xx: New board support SIMPC8313

13 Nov
2008
13 Nov
'08
7:42 p.m.
Use raw accessors and make sure that explicit barriers are used where needed.
Is there somewhere that I can find information regarding when and where are the appropriate places are to use barriers?
Ron

13 Nov
13 Nov
7:45 p.m.
New subject: [U-Boot] [PATCH] mpc83xx: New board support SIMPC8313
Ron Madrid wrote:
Use raw accessors and make sure that explicit barriers are used where needed.
Is there somewhere that I can find information regarding when and where are the appropriate places are to use barriers?
Basically, you need a barrier any time ordering matters. If access A needs to happen before access B, put a sync between them.
-Scott
6025
Age (days ago)
6025
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ron Madrid
-
Scott Wood