mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
[Blackfin][PATCH] call real the system synchronize instruction
This commit is contained in:
parent
e0df1c921b
commit
889256e860
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ extern void cf_outb(unsigned char val, volatile unsigned char *addr);
|
|||
|
||||
static inline void sync(void)
|
||||
{
|
||||
__builtin_bfin_ssync();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue