search for: synci

Displaying 3 results from an estimated 3 matches for "synci".

Did you mean: sync
2013 Feb 07
2
Syncying and upstreaming 4k sector patches
Hi, time ago I started doing support for 4k sector disk for syslinux. Patches worked for my cases (ext) and did not introduced regression problems with normal disks. Now I would like to update these patches and upstream them. It's not clear however which is the branch I should use to rebase these patches. Previous patches was against syslinux-4.06 but now there is syslinux-5.01 (elflink)
2006 Jan 25
0
[Xen kernel panic error] on kernel 2.6.12.6
# Error facing :------ kernel panic - : not syncying , VFS : Unable to mount root fs on un-known block (3,5) ------------------------------------------------------------------------------------------------------ # Machine and kernel architecture:----------- Default Working installed kernel - vmlinux-2.6.5-7.97 Xen dom0 kernel - vmlinuz-2.6.12.6-xen0
2016 Jan 12
3
[v3,11/41] mips: reuse asm-generic/barrier.h
(I try to answer on multiple mails in one) First of all, it seems like some generic notes should be given here: 1. Generic MIPS "SYNC" (aka "SYNC 0") instruction is a very heavy in some CPUs. On that CPUs it basically kills pipelines in each CPU, can do a special memory/IO bus transaction (similar to "fence") and hold a system until all R/W is completed. It is