Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
f13d241b
Commit
f13d241b
authored
18 years ago
by
Russell King
Committed by
Russell King
18 years ago
Browse files
Options
Downloads
Plain Diff
Merge nommu tree
parents
928bd1b4
3b920cef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/kernel/Makefile
+1
-1
1 addition, 1 deletion
arch/arm/kernel/Makefile
arch/arm/kernel/head-nommu.S
+3
-1
3 additions, 1 deletion
arch/arm/kernel/head-nommu.S
with
4 additions
and
2 deletions
arch/arm/kernel/Makefile
+
1
−
1
View file @
f13d241b
...
...
@@ -29,7 +29,7 @@ ifneq ($(CONFIG_ARCH_EBSA110),y)
obj-y
+=
io.o
endif
head-y
:=
head.o
head-y
:=
head
$(
MMUEXT
)
.o
obj-$(CONFIG_DEBUG_LL)
+=
debug.o
extra-y
:=
$(
head-y
)
init_task.o vmlinux.lds
This diff is collapsed.
Click to expand it.
arch/arm/kernel/head-nommu.S
+
3
−
1
View file @
f13d241b
...
...
@@ -20,10 +20,11 @@
#include <asm/mach-types.h>
#include <asm/procinfo.h>
#include <asm/ptrace.h>
#include <asm/
constants
.h>
#include <asm/
thread_info
.h>
#include <asm/system.h>
#define PROCINFO_INITFUNC 12
#define MACHINFO_TYPE 0
/*
*
Kernel
startup
entry
point
.
...
...
@@ -79,5 +80,6 @@ __after_proc_init:
mov
pc
,
r13
@
clear
the
BSS
and
jump
@
to
start_kernel
.
ltorg
#include "head-common.S"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment