Skip to content

Commit

Permalink
move frv docs one level up
Browse files Browse the repository at this point in the history
My first guess for "fujitsu" was it might be related to the
fujitsu-laptop.c driver...

Move the frv directory one level up since frv is the name of the
architecture in the Linux kernel.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Adrian Bunk committed Feb 3, 2008
1 parent 03502fa commit 0868ff7
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ firmware_class/
- request_firmware() hotplug interface info.
floppy.txt
- notes and driver options for the floppy disk driver.
fujitsu/
frv/
- Fujitsu FR-V Linux documentation.
gpio.txt
- overview of GPIO (General Purpose Input/Output) access conventions.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ separated by spaces:
(*) vdc=...

This option configures the MB93493 companion chip visual display
driver. Please see Documentation/fujitsu/mb93493/vdc.txt for more
driver. Please see Documentation/frv/mb93493/vdc.txt for more
information.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ config FRV_OUTOFLINE_ATOMIC_OPS
Setting this option causes the FR-V atomic operations to be mostly
implemented out-of-line.

See Documentation/fujitsu/frv/atomic-ops.txt for more information.
See Documentation/frv/atomic-ops.txt for more information.

config HIGHMEM
bool "High memory support"
Expand Down
4 changes: 2 additions & 2 deletions arch/frv/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ __entry_kernel_external_interrupt_reentry:
andi.p gr5,#~PSR_ET,gr5

# set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel
# - for an explanation of how it works, see: Documentation/fujitsu/frv/atomic-ops.txt
# - for an explanation of how it works, see: Documentation/frv/atomic-ops.txt
andi gr25,#~0xc0,gr25

sti gr20,@(gr28,#REG_TBR)
Expand Down Expand Up @@ -445,7 +445,7 @@ __entry_kernel_softprog_interrupt_reentry:
sti gr22,@(sp,#REG_SP)

# set CCCR.CC3 to Undefined to abort atomic-modify completion inside the kernel
# - for an explanation of how it works, see: Documentation/fujitsu/frv/atomic-ops.txt
# - for an explanation of how it works, see: Documentation/frv/atomic-ops.txt
movsg cccr,gr20
andi gr20,#~0xc0,gr20
movgs gr20,cccr
Expand Down
2 changes: 1 addition & 1 deletion arch/frv/lib/atomic-ops.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* atomic-ops.S: kernel atomic operations
*
* For an explanation of how atomic ops work in this arch, see:
* Documentation/fujitsu/frv/atomic-ops.txt
* Documentation/frv/atomic-ops.txt
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion include/asm-frv/atomic.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* atomic.h: atomic operation emulation for FR-V
*
* For an explanation of how atomic ops work in this arch, see:
* Documentation/fujitsu/frv/atomic-ops.txt
* Documentation/frv/atomic-ops.txt
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion include/asm-frv/bitops.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* bitops.h: bit operations for the Fujitsu FR-V CPUs
*
* For an explanation of how atomic ops work in this arch, see:
* Documentation/fujitsu/frv/atomic-ops.txt
* Documentation/frv/atomic-ops.txt
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion include/asm-frv/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Written by David Howells (dhowells@redhat.com)
* - Derived from include/asm-i386/highmem.h
*
* See Documentation/fujitsu/frv/mmu-layout.txt for more information.
* See Documentation/frv/mmu-layout.txt for more information.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion include/asm-frv/mem-layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#ifdef CONFIG_MMU

/* see Documentation/fujitsu/frv/mmu-layout.txt */
/* see Documentation/frv/mmu-layout.txt */
#define KERNEL_LOWMEM_START __UL(0xc0000000)
#define KERNEL_LOWMEM_END __UL(0xd0000000)
#define VMALLOC_START __UL(0xd0000000)
Expand Down
2 changes: 1 addition & 1 deletion include/asm-frv/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern unsigned long empty_zero_page;

/*
* we use 2-level page tables, folding the PMD (mid-level table) into the PGE (top-level entry)
* [see Documentation/fujitsu/frv/mmu-layout.txt]
* [see Documentation/frv/mmu-layout.txt]
*
* Page Directory:
* - Size: 16KB
Expand Down

0 comments on commit 0868ff7

Please sign in to comment.